Exemplo n.º 1
0
 public static function url()
 {
     return Config::getBaseUrl() . static::path();
 }
 public function testBaseUrlExceptionIfBrandNotSet()
 {
     Config::setBrand(null);
     $this->setExpectedException('Reamaze\\API\\Exceptions\\Config');
     Config::getBaseUrl();
 }