From 1cf0b0c3ed3a0cf6bf8de74c89bf9d49cade2768 Mon Sep 17 00:00:00 2001 From: Geza Buza Date: Fri, 20 May 2016 18:46:44 +0200 Subject: [PATCH] Fix typo --- src/TestRunnerContext.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TestRunnerContext.php b/src/TestRunnerContext.php index c796055..5ce52ca 100644 --- a/src/TestRunnerContext.php +++ b/src/TestRunnerContext.php @@ -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 = '') { @@ -307,4 +307,4 @@ private function runBrowser() $this->processes[] = $browserProcess; $browserProcess->start(); } -} \ No newline at end of file +}