There was an error while loading. Please reload this page.
2 parents 9516056 + 59933ca commit 3550e27Copy full SHA for 3550e27
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