Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Geza Buza committed May 20, 2016
1 parent a3435ee commit 1cf0b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestRunnerContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function iHaveTheContext(PyStringNode $definition)
* @When I run Behat
* @When /^I run Behat with "([^"]*)" parameter[s]?$/
* @When /^I run Behat with "([^"]*)" parameter[s]? and with PHP CLI arguments "([^"]*)"$/
* @When I run Behat with PHP CLI arguments :phpParams
* @When I run Behat with PHP CLI arguments :phpParameters
*/
public function iRunBehat($parameters = '', $phpParameters = '')
{
Expand Down Expand Up @@ -307,4 +307,4 @@ private function runBrowser()
$this->processes[] = $browserProcess;
$browserProcess->start();
}
}
}

0 comments on commit 1cf0b0c

Please sign in to comment.