From 896ce662696a89e44ea38972df5e6263ddd02c74 Mon Sep 17 00:00:00 2001 From: Thomas Calvet Date: Thu, 26 Oct 2023 18:43:35 +0200 Subject: [PATCH] [5.4] Remove unused test fixtures --- .../Controller/DefaultController.php | 21 ----------------- .../Controller/Sub/DefaultController.php | 21 ----------------- .../Controller/Test/DefaultController.php | 21 ----------------- .../TestBundle/FooBundle/FooBundle.php | 23 ------------------- .../Controller/DefaultController.php | 21 ----------------- .../Cms/FooBundle/SensioCmsFooBundle.php | 23 ------------------- .../Controller/DefaultController.php | 21 ----------------- .../Sensio/FooBundle/SensioFooBundle.php | 23 ------------------- 8 files changed, 174 deletions(-) delete mode 100644 Tests/Fixtures/TestBundle/FooBundle/Controller/DefaultController.php delete mode 100644 Tests/Fixtures/TestBundle/FooBundle/Controller/Sub/DefaultController.php delete mode 100644 Tests/Fixtures/TestBundle/FooBundle/Controller/Test/DefaultController.php delete mode 100644 Tests/Fixtures/TestBundle/FooBundle/FooBundle.php delete mode 100644 Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/Controller/DefaultController.php delete mode 100644 Tests/Fixtures/TestBundle/Sensio/Cms/FooBundle/SensioCmsFooBundle.php delete mode 100644 Tests/Fixtures/TestBundle/Sensio/FooBundle/Controller/DefaultController.php delete mode 100644 Tests/Fixtures/TestBundle/Sensio/FooBundle/SensioFooBundle.php 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 -{ -}