Esempio n. 1
0
 public function setUp()
 {
     parent::setup();
     $this->reflection = array();
     $this->url = 'http://github.com';
     $this->SUT = new SemRush();
     $this->SUT->setUrl($this->url);
 }
Esempio n. 2
0
 public function setUp()
 {
     parent::setUp();
     $this->reflection = array();
     $this->url = 'http://github.com';
     $this->SUT = new \SEOstats\Services\Google();
     $this->SUT->setUrl($this->url);
 }