{ "manifests": { "symfony/phpunit-bridge": { "manifest": { "copy-from-recipe": { ".env.test": ".env.test", "bin/": "%BIN_DIR%/", "phpunit.xml.dist": "phpunit.xml.dist", "tests/": "tests/" }, "gitignore": [ ".phpunit", ".phpunit.result.cache", "/phpunit.xml" ], "post-install-output": [ " * Write test cases in the tests/ folder", " * Run php bin/phpunit" ] }, "files": { ".env.test": { "contents": [ "# define your env variables for the test env here", "KERNEL_CLASS='App\\Kernel'", "APP_SECRET='$ecretf0rt3st'", "SYMFONY_DEPRECATIONS_HELPER=999999", "" ], "executable": false }, "bin/phpunit": { "contents": [ "#!/usr/bin/env php", "", "", "", "", " ", " ", " ", " ", " ", " ", "", " ", " ", " tests", " ", " ", "", " ", " ", " src", " ", " ", "", " ", " ", " ", "", "" ], "executable": false }, "tests/bootstrap.php": { "contents": [ "bootEnv(dirname(__DIR__).'/.env');", "}", "", "if ($_SERVER['APP_DEBUG']) {", " umask(0000);", "}", "" ], "executable": false } }, "ref": "c7c88767e034f656bdb78407d5b0407e2f12f92b" } } }