/**
  * @expectedException \Brick\DateTime\DateTimeException
  */
 public function testMaxOfZeroElementsThrowsException()
 {
     LocalDateTime::maxOf();
 }