From 90f133d9d2259a668ad6abf504b102f414bafb9b Mon Sep 17 00:00:00 2001 From: Nicholas English <30304307+Nenglish7@users.noreply.github.com> Date: Mon, 26 Mar 2018 21:29:35 -0400 Subject: [PATCH] Update ProcessTest.php --- tests/ProcessTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ProcessTest.php b/tests/ProcessTest.php index d95a1b9..1f9af7d 100644 --- a/tests/ProcessTest.php +++ b/tests/ProcessTest.php @@ -46,7 +46,7 @@ public function testRun() $process = new Process('install', [ ]); $process->run(); - /composer_install(); + \composer_install(); $this->assertTrue(\true); }