Extension\PregmatchTest::testCollectMatches PHP Method

testCollectMatches() public method

public testCollectMatches ( )
    public function testCollectMatches()
    {
        $t = new Pregmatch();
        $this->assertSame(array('asd'), $t->testPregMatchSaveMatches("asd", "#asd#"));
    }