コード例 #1
0
ファイル: DateTimeTest.php プロジェクト: colonB/Copycat
 /**
  * Tests getting days in month
  * @covers \Copycat\System\DateTime::daysInMonth()
  */
 public function testDaysInMonth()
 {
     $this->assertEquals(31, $this->dateTime->daysInMonth());
 }