{ "manifests": { "symfony/phpunit-bridge": { "manifest": { "copy-from-recipe": { ".env.test": ".env.test", "bin/": "%BIN_DIR%/", "phpunit.xml.dist": "phpunit.xml.dist", "tests/": "tests/" }, "gitignore": [ ".phpunit.result.cache", "/phpunit.xml" ], "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'", "SYMFONY_DEPRECATIONS_HELPER=999999", "PANTHER_APP_ENV=panther", "PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots", "" ], "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.xml.dist": { "contents": [ "", "", "", "", " ", " ", " ", " ", " ", " ", " ", " ", "", " ", " ", " tests", " ", " ", "", " ", " ", " src", " ", " ", "", " ", " ", " ", "", " ", "", "" ], "executable": false }, "tests/bootstrap.php": { "contents": [ "bootEnv(dirname(__DIR__).'/.env');", "}", "", "if ($_SERVER['APP_DEBUG']) {", " umask(0000);", "}", "" ], "executable": false } }, "ref": "221b9cc0a623f567e83ccd61a8ac82a9a91e2b5b" } } }