Skip to content

Commit

Permalink
Update SpawnTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Mar 22, 2020
1 parent 389abea commit 1714167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SpawnTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ protected function setUp(): void
Spawn::on();
}

/*
public function testIt_can_handle_success()
{
$counter = 0;
Expand All @@ -32,6 +31,7 @@ public function testIt_can_handle_success()
$this->assertEquals(2, $counter);
$this->assertEquals(2, \spawn_output($process));
}
/*
public function testIt_can_handle_success_yield()
{
$counter = 0;
Expand Down

0 comments on commit 1714167

Please sign in to comment.