setUp() 공개 메소드

public setUp ( )
예제 #1
0
 /**
  * Set up the request method
  *
  */
 public function setUp()
 {
     parent::setUp();
     $this->method = new CliCurl();
 }
예제 #2
0
 /**
  * Set up the request method
  *
  */
 public function setUp()
 {
     parent::setUp();
     $this->method = new Socket();
 }