예제 #1
0
 /**
  * @dataProvider provider
  */
 public function testGetTokens($res, $str)
 {
     $this->assertEquals($res, $this->object->getTokens($str, $this->doc));
 }