public function test_now_Clock_nullZoneId() { TestHelper::assertNullException($this, function () { OffsetTime::nowIn(null); }); }