Example #1
0
 /**
  * @expectedException \Brick\DateTime\DateTimeException
  */
 public function testMinOfZeroElementsThrowsException()
 {
     LocalDateTime::minOf();
 }