{ "locks": { "symfony/phpunit-bridge": { "version": "3.3", "recipe": { "repo": "3.3", "branch": "master", "version": "3.3", "ref": "f59588dbcb508b1f45097a97d5066905aa6f8f41" } } }, "manifests": { "symfony/phpunit-bridge": { "repository": "github.com/symfony/recipes", "package": "symfony/phpunit-bridge", "version": "3.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" ], "post-install-output": " * Write test cases in the tests/ folder\n * Run php bin/phpunit\n" }, "files": { ".env.test": { "contents": "# define your env variables for the test env here\nKERNEL_CLASS='App\\Kernel'\nAPP_SECRET='$ecretf0rt3st'\nSYMFONY_DEPRECATIONS_HELPER=999999\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 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:3.3@github.com/symfony/recipes:master", "is_contrib": false } } }