Skip to content

Commit 59933ca

Browse files
[PhpUnitBridge] Fix tests
1 parent c1cc672 commit 59933ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/phpt/autoload.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
$_SERVER['APP_RUNTIME_OPTIONS'] ??= [];
1515
$_SERVER['APP_RUNTIME_OPTIONS'] += [
16+
'error_handler' => false,
1617
'project_dir' => __DIR__,
1718
] + ($_SERVER['APP_RUNTIME_OPTIONS'] ?? []);
1819

0 commit comments

Comments
 (0)