function it_enables_country(UpdatePageInterface $countryUpdatePage)
 {
     $countryUpdatePage->enable()->shouldBeCalled();
     $this->iEnableIt();
 }
Exemplo n.º 2
0
 /**
  * @When I enable it
  */
 public function iEnableIt()
 {
     $this->updatePage->enable();
 }
 /**
  * @When I enable it
  */
 public function iEnableIt()
 {
     $this->countryUpdatePage->enable();
 }