{ "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": "41416370e732d1c8e7a0953a5ce815b641cfba0f" } } }