Skip to content

Commit dd71a0b

Browse files
committed
'test'
1 parent d18c594 commit dd71a0b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

features/bootstrap/FeatureContext.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,21 @@ public function iGetAResult()
7171
throw new Exception("we goet wrong");
7272
}
7373
}
74+
75+
/**
76+
* @Then I get a :arg1 response code
77+
*/
78+
public function iGetAResponseCode($arg1)
79+
{
80+
throw new PendingException();
81+
}
82+
83+
/**
84+
* @Then I get at least :arg1 result
85+
*/
86+
public function iGetAtLeastResult($arg1)
87+
{
88+
throw new PendingException();
89+
}
90+
7491
}

0 commit comments

Comments
 (0)