PHP Interface Sylius\Behat\Page\Shop\ProductReview\IndexPageInterface

Author: Mateusz Zalewski ([email protected])
Inheritance: extends Sylius\Behat\Page\PageInterface
Show file Open project: sylius/sylius Interface Usage Examples

Public Methods

Method Description
countReviews ( ) : integer
hasNoReviewsMessage ( ) : boolean
hasReviewTitled ( string $title ) : boolean

Method Details

countReviews() public method

public countReviews ( ) : integer
return integer

hasNoReviewsMessage() public method

public hasNoReviewsMessage ( ) : boolean
return boolean

hasReviewTitled() public method

public hasReviewTitled ( string $title ) : boolean
$title string
return boolean