コード例 #1
0
 function it_enables_country(UpdatePageInterface $countryUpdatePage)
 {
     $countryUpdatePage->enable()->shouldBeCalled();
     $this->iEnableIt();
 }
コード例 #2
0
 /**
  * @When I enable it
  */
 public function iEnableIt()
 {
     $this->updatePage->enable();
 }
コード例 #3
0
 /**
  * @When I enable it
  */
 public function iEnableIt()
 {
     $this->countryUpdatePage->enable();
 }