コード例 #1
0
ファイル: SemRushTest.php プロジェクト: dzc34/SEOstats
 public function setUp()
 {
     parent::setup();
     $this->reflection = array();
     $this->url = 'http://github.com';
     $this->SUT = new SemRush();
     $this->SUT->setUrl($this->url);
 }
コード例 #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);
 }