1 | <?php |
||
16 | class LocaleHelperTest extends \PHPUnit_Framework_TestCase |
||
17 | { |
||
18 | /** |
||
19 | * @var LocaleHelper |
||
20 | */ |
||
21 | private $localeHelper; |
||
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | protected function setUp() |
||
30 | |||
31 | public function testGetDefaultLocale() |
||
35 | |||
36 | public function testGetLocales() |
||
40 | |||
41 | public function testGetLocalePrefix() |
||
45 | } |
||
46 |