コード例 #1
0
 /**
  * @Given I want to create a new tax category
  */
 public function iWantToCreateNewTaxCategory()
 {
     $this->createPage->open();
 }
コード例 #2
0
 function it_opens_a_create_page(CreatePageInterface $createPage)
 {
     $createPage->open()->shouldBeCalled();
     $this->iWantToCreateNewTaxCategory();
 }