Example #1
0
 public function testGetType()
 {
     $this->assertEquals(Client::QUERY_SELECT, $this->query->getType());
 }