Example #1
0
 public function testSpace()
 {
     $this->query->setSpace(475905);
     $this->assertSame(475905, $this->query->getSpace());
 }