public function test_ParseText() { $this->markTestIncomplete('ZoneTextPrinterParser, Localized Zone Names'); $locales = [Locale::ENGLISH(), Locale::JAPANESE(), Locale::FRENCH()]; $zids = ZoneRulesProvider::getAvailableZoneIds(); foreach ($locales as $locale) { $this->parseText($zids, $locale, TextStyle::FULL(), false); $this->parseText($zids, $locale, TextStyle::FULL(), true); $this->parseText($zids, $locale, TextStyle::SHORT(), false); $this->parseText($zids, $locale, TextStyle::SHORT(), true); } }