public function test_factory_CalendricalObject_null() { TestHelper::assertNullException($this, function () { Month::from(null); }); }