Revert "Language names via intl library."

This commit is contained in:
RedMatrix
2014-12-31 10:43:19 +11:00
parent ae9d08267c
commit 4f35efa0ba
994 changed files with 7 additions and 498717 deletions

View File

@@ -1,23 +0,0 @@
<?php
namespace CommerceGuys\Intl\Tests;
use CommerceGuys\Intl\LocaleResolverTrait;
/**
* Dummy repository used for testing the LocaleResolverTrait.
*/
class DummyRepository
{
use LocaleResolverTrait;
public function __construct()
{
$this->definitionPath = 'vfs://resources/dummy/';
}
public function runResolveLocale($locale, $fallbackLocale = null)
{
return $this->resolveLocale($locale, $fallbackLocale);
}
}