示例#1
0
 public function testGetTokenType()
 {
     $this->assertEquals(QueryScanner::T_WORD, $this->word->getTokenType());
 }