getTotalSales() публичный Метод

public getTotalSales ( ) : integer
Результат integer
Пример #1
0
 /**
  * @Then there should be total sales of :total
  */
 public function thereShouldBeTotalSalesOf($total)
 {
     Assert::same($this->dashboardPage->getTotalSales(), $total);
 }