Skip to content

Commit e8f4811

Browse files
Merge branch '7.4' into 8.0
* 7.4: [PhpUnitBridge] Fix tests
2 parents 2cc275a + 43f5d81 commit e8f4811

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)