From 592330482182983a81c95cd5cb3bec7682ce65c9 Mon Sep 17 00:00:00 2001 From: Sushil Gupta Date: Sat, 1 Sep 2018 19:11:43 +0545 Subject: [PATCH] Removed vdd --- tests/Helper/ShellTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Helper/ShellTest.php b/tests/Helper/ShellTest.php index ee22210..01176e2 100644 --- a/tests/Helper/ShellTest.php +++ b/tests/Helper/ShellTest.php @@ -24,9 +24,6 @@ public function test_get_process_id() { $shell = new Shell("echo hello"); $shell->execute(); - echo '
';
-            print_r($shell->getProcessId());
-            exit;
             $this->assertInternalType("int", $shell->getProcessId());
         }
     }