Skip to content

Commit

Permalink
Update ProcessTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenglish7 authored Mar 27, 2018
1 parent be90fbf commit 90f133d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ProcessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function testRun()
$process = new Process('install', [
]);
$process->run();
/composer_install();
\composer_install();
$this->assertTrue(\true);
}

Expand Down

0 comments on commit 90f133d

Please sign in to comment.