{ "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", "PANTHER_APP_ENV=panther", "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots", "" ], "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": "170ab6f9abd4e1dab87462847116659ae138c34e" } } }