Exemplo n.º 1
0
 /**
  * @When I add it
  */
 public function iAddIt()
 {
     $this->createPage->create();
 }
 function it_adds_a_country(CreatePageInterface $countryCreatePage)
 {
     $countryCreatePage->create()->shouldBeCalled();
     $this->iAddIt();
 }