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

public countReviews ( ) : integer
Результат integer
Пример #1
0
 /**
  * @Then I should see :count product reviews
  */
 public function iShouldSeeProductReviews($count)
 {
     Assert::same((int) $count, $this->showPage->countReviews(), 'Product has %2$s reviews, but should have %s.');
 }