Example #1
0
 /**
  * Tests getting days in month
  * @covers \Copycat\System\DateTime::daysInMonth()
  */
 public function testDaysInMonth()
 {
     $this->assertEquals(31, $this->dateTime->daysInMonth());
 }