countOrders() public method

public countOrders ( ) : integer
return integer
Ejemplo n.º 1
0
 /**
  * @Then I should see a single order in the list
  */
 public function iShouldSeeASingleOrderInTheList()
 {
     Assert::same(1, $this->orderIndexPage->countOrders(), '%s rows with orders should appear on page, %s rows have been found.');
 }