diff --git a/symfony/phpunit-bridge/3.3/config/services_test.yaml b/symfony/phpunit-bridge/3.3/config/services_test.yaml deleted file mode 100644 index 876c36bd..00000000 --- a/symfony/phpunit-bridge/3.3/config/services_test.yaml +++ /dev/null @@ -1,9 +0,0 @@ -services: - _defaults: - public: true - - # If you need to access services in a test, create an alias - # and then fetch that alias from the container. As a convention, - # aliases are prefixed with test. For example: - # - # test.App\Service\MyService: '@App\Service\MyService' diff --git a/symfony/phpunit-bridge/3.3/manifest.json b/symfony/phpunit-bridge/3.3/manifest.json index a0437e54..a2ed0cb4 100644 --- a/symfony/phpunit-bridge/3.3/manifest.json +++ b/symfony/phpunit-bridge/3.3/manifest.json @@ -2,7 +2,6 @@ "copy-from-recipe": { ".env.test": ".env.test", "bin/": "%BIN_DIR%/", - "config/": "%CONFIG_DIR%/", "phpunit.xml.dist": "phpunit.xml.dist", "tests/": "tests/" },