コード例 #1
0
 /**
  * @group REST
  */
 protected function _testGet()
 {
     $obj = parent::_testGet();
     // Custom response
     $this->assertAttributeNotEmpty('user', $obj);
     $this->_checkUser($obj->user);
     return $obj;
 }
コード例 #2
0
 /**
  * @group REST
  */
 protected function _testIndex()
 {
     $this->_httpClient->setParameterGet('type', 'customer');
     return parent::_testIndex();
 }
コード例 #3
0
 public function setUp()
 {
     parent::setUp();
     $this->_baseUri .= '/external/prebill';
 }
コード例 #4
0
 public function setUp()
 {
     parent::setUp();
     $this->_baseUri .= '/core/permission';
 }