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