Skip to content

Commit 7f65297

Browse files
committed
tests: fix is_cli state
1 parent 1cc588e commit 7f65297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Debug/ToolbarTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected function setUp(): void
5555
protected function tearDown(): void
5656
{
5757
// Restore is_cli state
58-
is_cli();
58+
is_cli(true);
5959

6060
parent::tearDown();
6161
}

0 commit comments

Comments
 (0)