コード例 #1
0
ファイル: TimeLibTest.php プロジェクト: Jony01/LLD
 /**
  * TimeLibTest::testMonths()
  *
  * @return void
  */
 public function testMonths()
 {
     $this->out($this->_header(__FUNCTION__), true);
     $ret = TimeLib::months();
     $this->assertTrue(count($ret) === 12);
 }