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