/** * @When I add it * @When I try to add it */ public function iAddIt() { $this->createPage->create(); }
function it_creates_a_resource(CreatePageInterface $createPage) { $createPage->create()->shouldBeCalled(); $this->iAddIt(); }