Skip to content

Commit fbc1cc8

Browse files
committed
test: fix regex
Xdebug changes output
1 parent 95ea644 commit fbc1cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DebugHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class DebugHelperTest extends TestCase
1313
public function test_d(): void
1414
{
1515
$this->expectOutputRegex(
16-
'/string\(4\) "var1"\n.*\nint\(100\)\n/'
16+
'/string\(4\) "var1"\n*.*\nint\(100\)\n/'
1717
);
1818

1919
$var1 = 'var1';

0 commit comments

Comments
 (0)