Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-04-14 09:49:45 +00:00
parent 4db7a7bea2
commit e86fda7663
2 changed files with 97 additions and 4 deletions
+8 -4
View File
@@ -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"
}
}
}