Example #1
0
 /**
  * Generated from @assert (mktime(0, 0, 0, 2, 29, 2016)) [==]  2.
  *
  * @covers Kotchasan\Date::month
  */
 public function testMonth()
 {
     $this->assertEquals(2, \Kotchasan\Date::month(mktime(0, 0, 0, 2, 29, 2016)));
 }