Skip to content

Commit

Permalink
Merge branch 'hotfix/1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Dec 23, 2019
2 parents 85e9572 + d3f4a25 commit 933197e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.1
v1.2.2
2 changes: 1 addition & 1 deletion src/Task/TestFramework/PhpUnitTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ protected function runPhpUnit(): void {
$command[] = '--group=orca_public';
}
$command[] = $this->getPath();
$this->processRunner->runOrcaVendorBin($command, $this->fixture->getPath());
$this->processRunner->runFixtureVendorBin($command);
}
catch (ProcessFailedException $e) {
throw new TaskFailureException();
Expand Down

0 comments on commit 933197e

Please sign in to comment.