{ "manifests": { "phpunit/phpunit": { "manifest": { "copy-from-recipe": { ".env.test": ".env.test", "phpunit.xml.dist": "phpunit.xml.dist", "tests/": "tests/" }, "gitignore": [ "/phpunit.xml", ".phpunit.result.cache" ] }, "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 }, "phpunit.xml.dist": { "contents": [ "", "", "", "", " ", " ", " ", " ", " ", " ", "", " ", " ", " tests", " ", " ", "", " ", " ", " src", " ", " ", "", " ", " ", " ", "", " ", "", "" ], "executable": false }, "tests/bootstrap.php": { "contents": [ "bootEnv(dirname(__DIR__).'/.env');", "}", "" ], "executable": false } }, "ref": "4eea8d6a476c8e9eb28c56725a4c0716df7d14c1" } } }