{ "locks": { "symfony/phpunit-bridge": { "version": "5.3", "recipe": { "repo": "5.3", "branch": "master", "version": "5.3", "ref": "97cb3dc7b0f39c7cfc4b7553504c9d7b7795de96" } } }, "manifests": { "symfony/phpunit-bridge": { "repository": "github.com/symfony/recipes", "package": "symfony/phpunit-bridge", "version": "5.3", "manifest": { "copy-from-recipe": { ".env.test": ".env.test", "bin/": "%BIN_DIR%/", "phpunit.xml.dist": "phpunit.xml.dist", "tests/": "tests/" }, "gitignore": [ ".phpunit.result.cache", "/phpunit.xml" ], "aliases": [ "simple-phpunit" ], "post-install-output": [ " * Write test cases in the tests/ folder", " * Use MakerBundle's make:test command as a shortcut!", " * Run the tests with php bin/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 \n \n\n", "executable": false, "encoding": "" }, "tests/bootstrap.php": { "contents": "bootEnv(dirname(__DIR__).'/.env');\n}\n", "executable": false, "encoding": "" } }, "origin": "symfony/phpunit-bridge:5.3@github.com/symfony/recipes:master", "is_contrib": false } } }