diff --git a/features/bootstrap/HooksContext.php b/features/bootstrap/HooksContext.php index c0c4061a..e21ce544 100644 --- a/features/bootstrap/HooksContext.php +++ b/features/bootstrap/HooksContext.php @@ -9,7 +9,7 @@ class HooksContext implements Context /** * @Given I expect the following actions added: */ - public function iExpectTheFollowingActions(TableNode $table) + public function iExpectTheFollowingActionsAdded(TableNode $table) { $actions = $table->getHash(); $defaults = array( @@ -55,7 +55,7 @@ public function iAddTheFollowingActions(TableNode $table) /** * @Given I expect the following filters added: */ - public function iExpectTheFollowingFilters(TableNode $table) + public function iExpectTheFollowingFiltersAdded(TableNode $table) { $filters = $table->getHash(); $defaults = array(