{ "manifests": { "phpunit/phpunit": { "manifest": { "add-lines": [ { "file": "phpunit.dist.xml", "content": " Doctrine\\Deprecations\\Deprecation::trigger\n Doctrine\\Deprecations\\Deprecation::delegateTriggerToBackend", "position": "after_target", "target": "", "requires": [ "doctrine/deprecations" ] } ], "copy-from-recipe": { ".env.test": ".env.test", "phpunit.dist.xml": "phpunit.dist.xml", "tests/": "tests/", "bin/": "%BIN_DIR%/" }, "gitignore": [ "/phpunit.xml", "/.phpunit.cache/" ], "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", "KERNEL_CLASS='App\\Kernel'", "APP_SECRET='$ecretf0rt3st'", "" ], "executable": false }, "bin/phpunit": { "contents": [ "#!/usr/bin/env php", "", "", "", "", " ", " ", " ", " ", " ", " ", "", " ", " ", " tests", " ", " ", "", " ", " ", " src", " ", "", " ", " trigger_deprecation", " ", " ", "", " ", " ", "", "" ], "executable": false }, "tests/bootstrap.php": { "contents": [ "bootEnv(dirname(__DIR__).'/.env');", "}", "", "if ($_SERVER['APP_DEBUG']) {", " umask(0000);", "}", "" ], "executable": false } }, "ref": "ca0bc067abfb40a8de1b2561b96cbfc2b833c314" } } }