Skip to content

Commit

Permalink
Removed vdd
Browse files Browse the repository at this point in the history
  • Loading branch information
sushilkg committed Sep 1, 2018
1 parent 304f148 commit 5923304
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Helper/ShellTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ public function test_get_process_id()
{
$shell = new Shell("echo hello");
$shell->execute();
echo '<pre>';
print_r($shell->getProcessId());
exit;
$this->assertInternalType("int", $shell->getProcessId());
}
}

0 comments on commit 5923304

Please sign in to comment.