Skip to content

Commit 3550e27

Browse files
Merge branch '6.4' into 7.3
* 6.4: [PhpUnitBridge] Fix tests
2 parents 9516056 + 59933ca commit 3550e27

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)