Skip to content

Commit

Permalink
Update ProcessorTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Feb 15, 2020
1 parent 9421011 commit 8cf802f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ProcessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public function testLiveOutput()
{
$process = Processor::create(function () {
echo 'hello child';
usleep(1000);
});
$this->expectOutputString('hello child');
$process->showOutput()->run();
Expand Down

0 comments on commit 8cf802f

Please sign in to comment.