{ "manifests": { "symfony/phpunit-bridge": { "manifest": { "copy-from-recipe": { "bin/": "%BIN_DIR%/", "config/": "%CONFIG_DIR%/", "phpunit.xml.dist": "phpunit.xml.dist", "tests/": "tests/" }, "gitignore": [ ".phpunit", "/phpunit.xml" ], "post-install-output": [ " ", " How to test? ", " ", "", " * Write test cases in the tests/ folder", " * Run php bin/phpunit" ] }, "files": { "bin/phpunit": { "contents": [ "#!/usr/bin/env php", "", "", "", "", " ", " ", " ", " ", " ", " ", " ", " ", " ", "", " ", " ", " tests/", " ", " ", "", " ", " ", " ./src/", " ", " ", "", " ", " ", " ", "", "" ], "executable": false }, "tests/.gitignore": { "contents": [ "" ], "executable": false } }, "ref": "5aef50b8238ad8b5ea5583c49d1c8a8e84bf5376" } } }