public function test_ofLocalizedDate_basics() { $this->assertEquals(DateTimeFormatter::ofLocalizedDate(FormatStyle::FULL())->getChronology(), IsoChronology::INSTANCE()); $this->assertEquals(DateTimeFormatter::ofLocalizedDate(FormatStyle::FULL())->getZone(), null); $this->assertEquals(DateTimeFormatter::ofLocalizedDate(FormatStyle::FULL())->getResolverStyle(), ResolverStyle::SMART()); }