bundles/AdminBundle/BdmAdminBundle.php line 35

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /**
  4. * BdmAdminBundle.php File.
  5. * This file is part of the Payment.net Project.
  6. *
  7. * PHP version 5
  8. *
  9. * @category Admin private api
  10. * @package Bdm\AdminBundle
  11. * @author Helen Tochko <htochko@bdmultimedia.fr>
  12. * @link http://www.payment.net/
  13. *
  14. * FEATURES :
  15. * ==========
  16. * Test for controller
  17. *
  18. * TODO-LIST :
  19. * ===========
  20. *
  21. * HISTORY :
  22. * =========
  23. * 20150317 - Helen Tochko: creating test class
  24. *
  25. **/
  26. namespace Bdm\AdminBundle;
  27. use Symfony\Component\HttpKernel\Bundle\Bundle;
  28. /**
  29. * Bundle class
  30. */
  31. class BdmAdminBundle extends Bundle
  32. {
  33. }