diff --git a/tests/BinTestCase.php b/tests/BinTestCase.php index cd4f1c4..aefc344 100644 --- a/tests/BinTestCase.php +++ b/tests/BinTestCase.php @@ -31,8 +31,6 @@ protected function runCommand( /** @var list $pipes */ $output = stream_get_contents($pipes[1]); // @phpstan-ignore offsetAccess.notFound $errorOutput = stream_get_contents($pipes[2]); // @phpstan-ignore offsetAccess.notFound - self::assertNotFalse($output); - self::assertNotFalse($errorOutput); foreach ($pipes as $pipe) { fclose($pipe);