Sylius\Behat\Page\Shop\Account\Order\IndexPageInterface::openLastOrderPage PHP Method

openLastOrderPage() public method

public openLastOrderPage ( )
    public function openLastOrderPage();

Usage Example

コード例 #1
0
ファイル: AccountContext.php プロジェクト: Niiko/Sylius
 /**
  * @When I am viewing the summary of my last order
  */
 public function iViewingTheSummaryOfMyLastOrder()
 {
     $this->orderIndexPage->open();
     $this->orderIndexPage->openLastOrderPage();
 }