Skip to content

Commit 43f5d81

Browse files
Merge branch '7.3' into 7.4
* 7.3: [PhpUnitBridge] Fix tests
2 parents be29914 + 3550e27 commit 43f5d81

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)