示例#1
0
 /**
  * @dataProvider isQuestionMarkProvider
  * @covers \PHP\Manipulator\AHelper::isQuestionMark
  */
 public function testIsQuestionMark($token, $result)
 {
     $ahelper = new AHelper();
     $this->assertSame($result, $ahelper->isQuestionMark($token), 'Wrong result');
 }