Completed
Push — master ( 265a2d...f9e310 )
by jerome
02:58
created
src/DP/Core/CoreBundle/Behat/DefaultContext.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -251,6 +251,7 @@  discard block
 block discarded – undo
251 251
     /**
252 252
      * @Then /^I should be on the page of ([^""]*) with ([^""]*) "([^""]*)"$/
253 253
      * @Then /^I should still be on the page of ([^""]*) with ([^""]*) "([^""]*)"$/
254
+     * @param string $property
254 255
      */
255 256
     public function iShouldBeOnTheResourcePage($type, $property, $value)
256 257
     {
@@ -264,6 +265,7 @@  discard block
 block discarded – undo
264 265
     /**
265 266
      * @Given /^I am on the page of ([^""]*) with ([^""]*) "([^""]*)"$/
266 267
      * @Given /^I go to the page of ([^""]*) with ([^""]*) "([^""]*)"$/
268
+     * @param string $property
267 269
      */
268 270
     public function iAmOnTheResourcePage($type, $property, $value)
269 271
     {
@@ -285,6 +287,7 @@  discard block
 block discarded – undo
285 287
 
286 288
     /**
287 289
      * @Given /^I am (building|viewing|editing) ([^""]*) with ([^""]*) "([^""]*)"$/
290
+     * @param string $property
288 291
      */
289 292
     public function iAmDoingSomethingWithResource($action, $type, $property, $value)
290 293
     {
@@ -306,6 +309,7 @@  discard block
 block discarded – undo
306 309
 
307 310
     /**
308 311
      * @Then /^I should be (building|viewing|editing|testing) ([^"]*) with ([^"]*) "([^""]*)"$/
312
+     * @param string $property
309 313
      */
310 314
     public function iShouldBeDoingSomethingWithResource($action, $type, $property, $value)
311 315
     {
Please login to merge, or discard this patch.