Esempio n. 1
0
 /**
  * Run tests to ensure the output is correct for set/getBrandName
  *
  * @return void
  */
 public function testBrandName()
 {
     $settings = new Settings();
     $settings->setBrandName("Test Area");
     $this->assertEquals("Test Area", $settings->getBrandName());
 }
Esempio n. 2
0
 public function getBrandName()
 {
     return $this->appSettings->getBrandName();
 }