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