Sylius\Behat\Page\Shop\Account\Order\IndexPageInterface::openLastOrderPage PHP Méthode

openLastOrderPage() public méthode

public openLastOrderPage ( )
    public function openLastOrderPage();

Usage Example

Exemple #1
0
 /**
  * @When I am viewing the summary of my last order
  */
 public function iViewingTheSummaryOfMyLastOrder()
 {
     $this->orderIndexPage->open();
     $this->orderIndexPage->openLastOrderPage();
 }