We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cc275a + 43f5d81 commit e8f4811Copy full SHA for e8f4811
Tests/phpt/autoload.php
@@ -13,6 +13,7 @@
13
14
$_SERVER['APP_RUNTIME_OPTIONS'] ??= [];
15
$_SERVER['APP_RUNTIME_OPTIONS'] += [
16
+ 'error_handler' => false,
17
'project_dir' => __DIR__,
18
] + ($_SERVER['APP_RUNTIME_OPTIONS'] ?? []);
19
0 commit comments