We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed282d6 commit 178d98eCopy full SHA for 178d98e
tests/Internal/InternalTest.php
@@ -19,7 +19,7 @@ public function procProvider(): array
19
// php commandline process
20
[['php -r \'echo "foo";\''], 'foo'],
21
// invalid input
22
- [['kat --foo'], ''],
+ [['kat --foo'], "sh: 1: kat: not found\n"],
23
];
24
}
25
0 commit comments