Total Complexity | 3 |
Total Lines | 86 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class FunctionsTest extends TestCase |
||
14 | { |
||
15 | public function setUp(): void |
||
16 | { |
||
17 | Loader::loadFunctions(); |
||
18 | |||
19 | _setlocale(0, 'cs'); |
||
20 | _textdomain('phpmyadmin'); |
||
21 | _bindtextdomain('phpmyadmin', __DIR__ . '/data/locale/'); |
||
22 | _bind_textdomain_codeset('phpmyadmin', 'UTF-8'); |
||
23 | } |
||
24 | |||
25 | public function testGettext(): void |
||
61 | ) |
||
62 | ); |
||
63 | } |
||
64 | |||
65 | public function testDomain(): void |
||
103 |