spec\Sylius\Bundle\GridBundle\Doctrine\PHPCRODM\ExpressionBuilderSpec::it_builds_greater_than PHP Метод

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

public it_builds_greater_than ( ExpressionBuilder $expressionBuilder )
$expressionBuilder Doctrine\Common\Collections\ExpressionBuilder
    function it_builds_greater_than(CollectionsExpressionBuilder $expressionBuilder)
    {
        $this->greaterThan('o.foo', 'value');
        $expressionBuilder->gt('o.foo', 'value')->shouldHaveBeenCalled();
    }