/** * @When I list menu cards */ public function iListMenuCards() { $this->listOfMenuCards = $this->restaurant->getMenuCardList(); }