{ "manifests": { "phpunit/phpunit": { "manifest": { "copy-from-recipe": { ".env.test": ".env.test", "phpunit.xml.dist": "phpunit.xml.dist", "tests/": "tests/" }, "gitignore": [ "/phpunit.xml" ], "post-install-output": [ " ", " Adding phpunit/phpunit as a dependency is discouraged in favor of Symfony's PHPUnit Bridge. ", " ", "", " * Instead:", " 1. Remove it now: composer remove --dev phpunit/phpunit", " 2. Use Symfony's bridge: composer require --dev phpunit" ] }, "files": { ".env.test": { "contents": [ "# define your env variables for the test env here", "KERNEL_CLASS=App\\\\Kernel", "APP_SECRET='s$cretf0rt3st'", "SHELL_VERBOSITY=-1", "" ], "executable": false }, "phpunit.xml.dist": { "contents": [ "", "", "", "", " ", " ", " ", "", " ", " ", " tests", " ", " ", "", " ", " ", " src", " ", " ", "", "" ], "executable": false }, "tests/bootstrap.php": { "contents": [ "