{ "manifests": { "symfony/phpunit-bridge": { "manifest": { "copy-from-recipe": { "bin/": "%BIN_DIR%/", "phpunit.xml.dist": "phpunit.xml.dist", "tests/": "tests/" }, "gitignore": [ "/phpunit.xml" ], "post-install-output": [ "Run php bin/phpunit to launch your test suite." ] }, "files": { "bin/phpunit": { "contents": [ "#!/usr/bin/env php", "", "", "", "", " ", " ", " ", " ", " ", " ", " ", " ", " ", "", " ", " ", " tests/", " ", " ", "", " ", " ", " ", "", "" ], "executable": false }, "tests/.gitignore": { "contents": [ "" ], "executable": false } }, "ref": "76589c0e33dbcc40151109d134a14f141ff2eeba" } } }