We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BinTestCase
1 parent 181acc0 commit 1a5f802Copy full SHA for 1a5f802
tests/BinTestCase.php
@@ -36,6 +36,9 @@ protected function runCommand(
36
fclose($pipe);
37
}
38
39
+ self::assertNotFalse($output);
40
+ self::assertNotFalse($errorOutput);
41
+
42
$extraInfo = "Output was:\n" . $output . "\nError was:\n" . $errorOutput . "\n";
43
44
if ($expectedOutputContains !== null) {
0 commit comments