Skip to content

Commit 178d98e

Browse files
committed
fix: fix failing test
1 parent ed282d6 commit 178d98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Internal/InternalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function procProvider(): array
1919
// php commandline process
2020
[['php -r \'echo "foo";\''], 'foo'],
2121
// invalid input
22-
[['kat --foo'], ''],
22+
[['kat --foo'], "sh: 1: kat: not found\n"],
2323
];
2424
}
2525

0 commit comments

Comments
 (0)