Skip to content

Commit faca4ff

Browse files
committed
fix: PHPUnit fails
1 parent 00101b4 commit faca4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Security/CheckPhpIniTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testCheckIniOpcache(): void
4242
$output = CheckPhpIni::checkIni();
4343

4444
$expected = [
45-
'global' => '',
45+
'global' => '1',
4646
'current' => '1',
4747
'recommended' => '1',
4848
'remark' => '',

0 commit comments

Comments
 (0)