Example #1
0
 public function testGetDomainRankHistory()
 {
     $this->doSetup(1);
     $result = $this->instance->getDomainRankHistory('domain.com', []);
     $this->assertTrue($result instanceof Result);
 }