예제 #1
0
파일: WordTest.php 프로젝트: bordeux/Lukas
 public function testGetTokenType()
 {
     $this->assertEquals(QueryScanner::WORD, $this->word->getTokenType());
 }