Example #1
0
 public function testPrettyPrint()
 {
     $this->query->setPrettyPrint(true);
     $this->assertTrue($this->query->getPrettyPrint());
 }