<?php
declare(strict_types=1);
/**
* BdmAdminBundle.php File.
* This file is part of the Payment.net Project.
*
* PHP version 5
*
* @category Admin private api
* @package Bdm\AdminBundle
* @author Helen Tochko <htochko@bdmultimedia.fr>
* @link http://www.payment.net/
*
* FEATURES :
* ==========
* Test for controller
*
* TODO-LIST :
* ===========
*
* HISTORY :
* =========
* 20150317 - Helen Tochko: creating test class
*
**/
namespace Bdm\AdminBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Bundle class
*/
class BdmAdminBundle extends Bundle
{
}