Extension\PregmatchTest::testPregMatchAllFlags PHP Method

testPregMatchAllFlags() public method

    public function testPregMatchAllFlags()
    {
        $t = new Pregmatch();
        $arr = $t->testMatchAllInZep();
        $this->assertSame($arr[0], array(array('test1', 'test2'), array('test1', 'test2')));
        $this->assertSame($arr[1], array(array('test1', 'test1'), array('test2', 'test2')));
    }