We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4931657 commit 379fb89Copy full SHA for 379fb89
helper/packager.php
@@ -16,7 +16,6 @@
16
use phpbb\config\config;
17
use phpbb\di\service_collection;
18
use phpbb\filesystem\filesystem;
19
-use phpbb\path_helper;
20
use phpbb\skeleton\ext;
21
use phpbb\skeleton\template\twig\extension\skeleton_version_compare;
22
use phpbb\template\context;
tests/helper/packager_test.php
@@ -217,7 +217,7 @@ public function test_get_template_engine_returns_twig_instance()
217
$user
218
);
219
220
- $this->container->expects($this->exactly(2))
+ $this->container->expects($this->once())
221
->method('getParameter')
222
->with('core.cache_dir')
223
->willReturn(false);
0 commit comments