Esempio n. 1
0
 /**
  * Run tests to ensure the output is correct for set/getWeekStartDayClock
  *
  * @return void
  */
 public function testWeekStartDayClock()
 {
     $settings = new Settings();
     $settings->setWeekStartDayClock("monday");
     $this->assertEquals("monday", $settings->getWeekStartDayClock());
 }