Jasny\Twig\PcreExtensionTest::testPregMatchNo PHP Method

testPregMatchNo() public method

public testPregMatchNo ( )
    public function testPregMatchNo()
    {
        $this->check('NO', '{% if "fod"|preg_match("/oo/") %}YES{% else %}NO{% endif %}');
    }