コード例 #1
0
ファイル: LocalDateTimeTest.php プロジェクト: brick/date-time
 /**
  * @expectedException \Brick\DateTime\DateTimeException
  */
 public function testMaxOfZeroElementsThrowsException()
 {
     LocalDateTime::maxOf();
 }