Skip to content

Commit 1a5f802

Browse files
authored
Fix BinTestCase (#48)
1 parent 181acc0 commit 1a5f802

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/BinTestCase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ protected function runCommand(
3636
fclose($pipe);
3737
}
3838

39+
self::assertNotFalse($output);
40+
self::assertNotFalse($errorOutput);
41+
3942
$extraInfo = "Output was:\n" . $output . "\nError was:\n" . $errorOutput . "\n";
4043

4144
if ($expectedOutputContains !== null) {

0 commit comments

Comments
 (0)