Revert "Language names via intl library."
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user