diff --git a/Tests/Fixtures/TestBundle/FooBundle/Controller/DefaultController.php b/Tests/Fixtures/TestBundle/FooBundle/Controller/DefaultController.php deleted file mode 100644 index ddda38cb1..000000000 --- a/Tests/Fixtures/TestBundle/FooBundle/Controller/DefaultController.php +++ /dev/null @@ -1,21 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace TestBundle\FooBundle\Controller; - -/** - * DefaultController. - * - * @author Fabien Potencier - */ -class DefaultController -{ -} diff --git a/Tests/Fixtures/TestBundle/FooBundle/Controller/Sub/DefaultController.php b/Tests/Fixtures/TestBundle/FooBundle/Controller/Sub/DefaultController.php deleted file mode 100644 index 3c889e730..000000000 --- a/Tests/Fixtures/TestBundle/FooBundle/Controller/Sub/DefaultController.php +++ /dev/null @@ -1,21 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace TestBundle\FooBundle\Controller\Sub; - -/** - * DefaultController. - * - * @author Fabien Potencier - */ -class DefaultController -{ -} diff --git a/Tests/Fixtures/TestBundle/FooBundle/Controller/Test/DefaultController.php b/Tests/Fixtures/TestBundle/FooBundle/Controller/Test/DefaultController.php deleted file mode 100644 index 1bffc7fbd..000000000 --- a/Tests/Fixtures/TestBundle/FooBundle/Controller/Test/DefaultController.php +++ /dev/null @@ -1,21 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace TestBundle\FooBundle\Controller\Test; - -/** - * DefaultController. - * - * @author Fabien Potencier - */ -class DefaultController -{ -} diff --git a/Tests/Fixtures/TestBundle/FooBundle/FooBundle.php b/Tests/Fixtures/TestBundle/FooBundle/FooBundle.php deleted file mode 100644 index 656f17c52..000000000 --- a/Tests/Fixtures/TestBundle/FooBundle/FooBundle.php +++ /dev/null @@ -1,23 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace TestBundle\FooBundle; - -use Symfony\Component\HttpKernel\Bundle\Bundle; - -/** - * Bundle. - * - * @author Fabien Potencier - */ -class FooBundle extends Bundle -{ -} diff --git a/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/Controller/DefaultController.php b/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/Controller/DefaultController.php deleted file mode 100644 index 1bb803848..000000000 --- a/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/Controller/DefaultController.php +++ /dev/null @@ -1,21 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace TestBundle\Sensio\Cms\FooBundle\Controller; - -/** - * DefaultController. - * - * @author Fabien Potencier - */ -class DefaultController -{ -} diff --git a/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/SensioCmsFooBundle.php b/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/SensioCmsFooBundle.php deleted file mode 100644 index 58967d866..000000000 --- a/Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/SensioCmsFooBundle.php +++ /dev/null @@ -1,23 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace TestBundle\Sensio\Cms\FooBundle; - -use Symfony\Component\HttpKernel\Bundle\Bundle; - -/** - * Bundle. - * - * @author Fabien Potencier - */ -class SensioCmsFooBundle extends Bundle -{ -} diff --git a/Tests/Fixtures/TestBundle/Sensio/FooBundle/Controller/DefaultController.php b/Tests/Fixtures/TestBundle/Sensio/FooBundle/Controller/DefaultController.php deleted file mode 100644 index 86486f05c..000000000 --- a/Tests/Fixtures/TestBundle/Sensio/FooBundle/Controller/DefaultController.php +++ /dev/null @@ -1,21 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace TestBundle\Sensio\FooBundle\Controller; - -/** - * DefaultController. - * - * @author Fabien Potencier - */ -class DefaultController -{ -} diff --git a/Tests/Fixtures/TestBundle/Sensio/FooBundle/SensioFooBundle.php b/Tests/Fixtures/TestBundle/Sensio/FooBundle/SensioFooBundle.php deleted file mode 100644 index d1bc5dccc..000000000 --- a/Tests/Fixtures/TestBundle/Sensio/FooBundle/SensioFooBundle.php +++ /dev/null @@ -1,23 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace TestBundle\Sensio\FooBundle; - -use Symfony\Component\HttpKernel\Bundle\Bundle; - -/** - * Bundle. - * - * @author Fabien Potencier - */ -class SensioFooBundle extends Bundle -{ -}