Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
17 | protected function setUp(): void { |
||
18 | $folders = [__DIR__ . "/../../../lang", __DIR__ . "/../../../lang2"]; |
||
19 | $folder = __DIR__ . "/../../../_temp/catalogues"; |
||
20 | $loader = new NeonLoader(new ManualLocaleResolver(), $folders); |
||
21 | $compiler = new CatalogueCompiler($loader, $folder, ["en", "cs"]); |
||
22 | $compiler->compile(); |
||
23 | $this->loader = new MessagesCatalogue(new ManualLocaleResolver(), [$folder]); |
||
24 | } |
||
43 | ?> |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.