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 2b42be2 commit 0596c46Copy full SHA for 0596c46
Tests/ProcessTest.php
@@ -422,7 +422,7 @@ public function testFlushErrorOutput()
422
423
$p->run();
424
$p->clearErrorOutput();
425
- $this->assertEmpty($p->getErrorOutput());
+ $this->assertSame('', $p->getErrorOutput());
426
}
427
428
/**
@@ -475,7 +475,7 @@ public function testFlushOutput()
475
476
477
$p->clearOutput();
478
- $this->assertEmpty($p->getOutput());
+ $this->assertSame('', $p->getOutput());
479
480
481
public function testZeroAsOutput()
0 commit comments