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