Jasny\Twig\PcreExtensionTest::testPregMatch PHP Method

testPregMatch() public method

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