setUp() public method

public setUp ( )
コード例 #1
0
ファイル: CliCurlTest.php プロジェクト: wpfw/mixpanel-php
 /**
  * Set up the request method
  *
  */
 public function setUp()
 {
     parent::setUp();
     $this->method = new CliCurl();
 }
コード例 #2
0
ファイル: SocketTest.php プロジェクト: wpfw/mixpanel-php
 /**
  * Set up the request method
  *
  */
 public function setUp()
 {
     parent::setUp();
     $this->method = new Socket();
 }