예제 #1
0
파일: TimeLibTest.php 프로젝트: Jony01/LLD
 /**
  * TimeLibTest::testDays()
  *
  * @return void
  */
 public function testDays()
 {
     $this->out($this->_header(__FUNCTION__), true);
     $ret = TimeLib::days();
     $this->assertTrue(count($ret) === 7);
 }