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