<?php
declare(strict_types=1);
/**
* BdmTestBundle.php File.
* This file is part of the Payment.net Project.
*
* PHP version 5
*
* @category Application
* @package Bdm\TestBundle
* @author Pavel Baraulya <pbaraulya@bdmultimedia.fr>
* @link http://www.payment.net/
*
* FEATURES :
* ==========
*
* TODO-LIST :
* ===========
*
* HISTORY :
* =========
* 20150507 - Pavel Baraulya
*
**/
namespace Bdm\TestBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Bundle class
*/
class BdmTestBundle extends Bundle
{
}