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