monthNames() public static method

Months
public static monthNames ( array $monthKeys = [], array $options = [] ) : array
$monthKeys array
$options array
return array
Ejemplo n.º 1
0
 /**
  * TimeTest::testMonths()
  *
  * @return void
  */
 public function testMonthNames()
 {
     //$this->out($this->_header(__FUNCTION__), true);
     $ret = $this->Time->monthNames();
     $this->assertTrue(count($ret) === 12);
 }