Sylius\Behat\Context\Ui\Shop\ProductContext::iShouldNotSeeReviewTitled PHP Method

iShouldNotSeeReviewTitled() public method

public iShouldNotSeeReviewTitled ( $title )
    public function iShouldNotSeeReviewTitled($title)
    {
        Assert::false($this->showPage->hasReviewTitled($title), sprintf('Product should not have review titled "%s" but it does.', $title));
    }