mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
" xsi:noNamespaceSchemaLocation=\"vendor/phpunit/phpunit/phpunit.xsd\"",
|
||||
" backupGlobals=\"false\"",
|
||||
" colors=\"true\"",
|
||||
" failOnNotice=\"true\"",
|
||||
" failOnWarning=\"true\"",
|
||||
" bootstrap=\"tests/bootstrap.php\"",
|
||||
" cacheDirectory=\".phpunit.cache\"",
|
||||
">",
|
||||
@@ -40,8 +42,6 @@
|
||||
" <ini name=\"error_reporting\" value=\"-1\" />",
|
||||
" <server name=\"APP_ENV\" value=\"test\" force=\"true\" />",
|
||||
" <server name=\"SHELL_VERBOSITY\" value=\"-1\" />",
|
||||
" <server name=\"SYMFONY_PHPUNIT_REMOVE\" value=\"\" />",
|
||||
" <server name=\"SYMFONY_PHPUNIT_VERSION\" value=\"10.5\" />",
|
||||
" </php>",
|
||||
"",
|
||||
" <testsuites>",
|
||||
@@ -50,7 +50,7 @@
|
||||
" </testsuite>",
|
||||
" </testsuites>",
|
||||
"",
|
||||
" <source restrictDeprecations=\"true\" restrictNotices=\"true\" restrictWarnings=\"true\">",
|
||||
" <source ignoreSuppressionOfDeprecations=\"true\" restrictNotices=\"true\" restrictWarnings=\"true\">",
|
||||
" <include>",
|
||||
" <directory>src</directory>",
|
||||
" </include>",
|
||||
@@ -74,12 +74,16 @@
|
||||
"if (method_exists(Dotenv::class, 'bootEnv')) {",
|
||||
" (new Dotenv())->bootEnv(dirname(__DIR__).'/.env');",
|
||||
"}",
|
||||
"",
|
||||
"if ($_SERVER['APP_DEBUG']) {",
|
||||
" umask(0000);",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b786e93f0b38027289867faca488b8c511436fe0"
|
||||
"ref": "bb22cf8d8c554a623b427d5f3416b538f5525233"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user