Jasny\Twig\PcreExtensionTest::testPregMatchNo PHP Метод

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

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