Ejemplo n.º 1
0
 public function test_factory_ofInstant_nullZone()
 {
     TestHelper::assertNullException($this, function () {
         LocalDateTime::ofInstant(Instant::EPOCH(), null);
     });
 }