hasReviewTitled() 공개 메소드

public hasReviewTitled ( string $title ) : boolean
$title string
리턴 boolean
예제 #1
0
 /**
  * @Then I should not see review titled :title
  */
 public function iShouldNotSeeReviewTitled($title)
 {
     Assert::false($this->showPage->hasReviewTitled($title), sprintf('Product should not have review titled "%s" but it does.', $title));
 }