Skip to content

Instantly share code, notes, and snippets.

@kimberv
Created November 23, 2016 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimberv/570230f611fae7362ae699a7c9967090 to your computer and use it in GitHub Desktop.
Save kimberv/570230f611fae7362ae699a7c9967090 to your computer and use it in GitHub Desktop.
<php
...
/**
* @Given The child received a :arg1
*/
public function theChildReceivedAGift($arg1)
{
}
/**
* @Given The child received a :arg1 :arg2
*/
public function theChildReceivedAGiftAtTime($arg1, $arg2)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment