There was an error while loading. Please reload this page.
1 parent c1cc672 commit 59933caCopy full SHA for 59933ca
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