From 9cab8ae58a29ecf7387e6865aa170715caeabf04 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Tue, 30 Dec 2014 19:57:12 +0100 Subject: Language names via intl library. Fixes #773 --- library/intl/tests/DummyRepository.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 library/intl/tests/DummyRepository.php (limited to 'library/intl/tests/DummyRepository.php') diff --git a/library/intl/tests/DummyRepository.php b/library/intl/tests/DummyRepository.php new file mode 100644 index 000000000..0d9ca760b --- /dev/null +++ b/library/intl/tests/DummyRepository.php @@ -0,0 +1,23 @@ +definitionPath = 'vfs://resources/dummy/'; + } + + public function runResolveLocale($locale, $fallbackLocale = null) + { + return $this->resolveLocale($locale, $fallbackLocale); + } +} -- cgit v1.2.3