Jasny\Twig\TextExtensionTest::testLess PHP Method

testLess() public method

public testLess ( )
    public function testLess()
    {
        $this->check("foo..", "{{ 'fooXbarXbaz'|less('..', 'X') }}");
    }