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

iShouldSeeAsItsAverageRating() public method

public iShouldSeeAsItsAverageRating ( $rating )
    public function iShouldSeeAsItsAverageRating($rating)
    {
        $averageRating = $this->showPage->getAverageRating();
        Assert::same((double) $rating, $averageRating, 'Product should have average rating %2$s but has %s.');
    }