From 66832c41e9fff481c20ca219b3cc0a4e53b8b551 Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 25 Oct 2017 23:21:07 +0200 Subject: :arrow_up: Update intl library. Update intl library from v0.4? (2014) to v0.7.4 (2016). Use global composer autoloader now. --- library/intl/tests/DummyRepository.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete 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 deleted file mode 100644 index 0d9ca760b..000000000 --- a/library/intl/tests/DummyRepository.php +++ /dev/null @@ -1,23 +0,0 @@ -definitionPath = 'vfs://resources/dummy/'; - } - - public function runResolveLocale($locale, $fallbackLocale = null) - { - return $this->resolveLocale($locale, $fallbackLocale); - } -} -- cgit v1.2.3