{ "locks": { "symfony/phpunit-bridge": { "version": "4.3", "recipe": { "repo": "4.3", "branch": "master", "version": "4.3", "ref": "0e1b186400de9d4ab83363138b4eb0072c99b2ab" } } }, "manifests": { "symfony/phpunit-bridge": { "repository": "github.com/symfony/recipes", "package": "symfony/phpunit-bridge", "version": "4.3", "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" ], "aliases": [ "simple-phpunit" ] }, "files": { ".env.test": { "contents": "# define your env variables for the test env here\nKERNEL_CLASS='App\\Kernel'\nAPP_SECRET='$ecretf0rt3st'\nSYMFONY_DEPRECATIONS_HELPER=999999\nPANTHER_APP_ENV=panther\nPANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots\n", "executable": false, "encoding": "" }, "bin/phpunit": { "contents": "#!/usr/bin/env php\n\n\n\n\n \n \n \n \n \n \n \n \n\n \n \n tests\n \n \n\n \n \n src\n \n \n\n \n \n \n\n", "executable": false, "encoding": "" }, "tests/bootstrap.php": { "contents": "bootEnv(dirname(__DIR__).'/.env');\n}\n", "executable": false, "encoding": "" } }, "origin": "symfony/phpunit-bridge:4.3@github.com/symfony/recipes:master", "not_installable": false, "is_contrib": false } } }