コード例 #1
0
ファイル: DayTest.php プロジェクト: hrevert/day-of-week
 public function testGetToday()
 {
     $day = Day::getToday();
     $this->assertInstanceOf('Hrevert\\Day\\Day', $day);
 }