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.
1 parent 50a02dd commit 0db2866Copy full SHA for 0db2866
tests/BinTestCase.php
@@ -31,8 +31,6 @@ protected function runCommand(
31
/** @var list<resource> $pipes */
32
$output = stream_get_contents($pipes[1]); // @phpstan-ignore offsetAccess.notFound
33
$errorOutput = stream_get_contents($pipes[2]); // @phpstan-ignore offsetAccess.notFound
34
- self::assertNotFalse($output);
35
- self::assertNotFalse($errorOutput);
36
37
foreach ($pipes as $pipe) {
38
fclose($pipe);
0 commit comments