{
"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",
"= 80000) {",
" require dirname(__DIR__).'/vendor/phpunit/phpunit/phpunit';",
" } else {",
" define('PHPUNIT_COMPOSER_INSTALL', dirname(__DIR__).'/vendor/autoload.php');",
" require PHPUNIT_COMPOSER_INSTALL;",
" PHPUnit\\TextUI\\Command::main();",
" }",
"} else {",
" if (!is_file(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php')) {",
" echo \"Unable to find the `simple-phpunit.php` script in `vendor/symfony/phpunit-bridge/bin/`.\\n\";",
" exit(1);",
" }",
"",
" require dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php';",
"}",
""
],
"executable": true
},
"phpunit.dist.xml": {
"contents": [
"",
"",
"",
"",
" ",
" ",
" ",
" ",
" ",
" ",
"",
" ",
" ",
" tests",
" ",
" ",
"",
" ",
" ",
" src",
" ",
"",
" ",
" trigger_deprecation",
" ",
" ",
"",
" ",
" ",
"",
""
],
"executable": false
},
"tests/bootstrap.php": {
"contents": [
"bootEnv(dirname(__DIR__).'/.env');",
"}",
"",
"if ($_SERVER['APP_DEBUG']) {",
" umask(0000);",
"}",
""
],
"executable": false
}
},
"ref": "c6658a60fc9d594805370eacdf542c3d6b5c0869"
}
}
}