setUp() 보호된 메소드

protected setUp ( )
예제 #1
0
파일: ApiBaseTestCase.php 프로젝트: ojs/ojs
 public function setUp()
 {
     parent::setUp();
     $this->apikey = $this->getApiKeyParams()['apikey'];
 }