Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
27 | public function testReset(): void |
||
28 | { |
||
29 | $this->assertFalse(is_file(sys_get_temp_dir() . '/messages.ru.php')); |
||
30 | |||
31 | $this->runCommandDebug('i18n:index'); |
||
32 | $this->runCommandDebug('configure'); |
||
33 | |||
34 | $this->runCommandDebug( |
||
35 | 'i18n:export', |
||
36 | [ |
||
37 | 'locale' => 'ru', |
||
38 | 'path' => sys_get_temp_dir(), |
||
39 | '--fallback' => 'en', |
||
40 | ] |
||
44 |