Example #1
0
 public function testGetClauseType()
 {
     $this->assertEquals('LIMIT', Query::getClauseType(' LIMIT 0, 10 '));
 }