getTotalSales() public method

public getTotalSales ( ) : integer
return integer
コード例 #1
0
ファイル: DashboardContext.php プロジェクト: okwinza/Sylius
 /**
  * @Then there should be total sales of :total
  */
 public function thereShouldBeTotalSalesOf($total)
 {
     Assert::same($this->dashboardPage->getTotalSales(), $total);
 }