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 e82f8ec commit be90fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ProcessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function testRun()
$process = new Process('install', [
]);
$process->run();
/composer_install();
$this->assertTrue(\true);
}

Expand Down

0 comments on commit be90fbf

Please sign in to comment.