Exemplo n.º 1
0
 protected function tearDown()
 {
     Config::setBrand(null);
     Config::setCredentials(null, null);
 }
 public function testBaseUrlExceptionIfBrandNotSet()
 {
     Config::setBrand(null);
     $this->setExpectedException('Reamaze\\API\\Exceptions\\Config');
     Config::getBaseUrl();
 }