Skip to content

Commit 379fb89

Browse files
committed
Fix tests
1 parent 4931657 commit 379fb89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

helper/packager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use phpbb\config\config;
1717
use phpbb\di\service_collection;
1818
use phpbb\filesystem\filesystem;
19-
use phpbb\path_helper;
2019
use phpbb\skeleton\ext;
2120
use phpbb\skeleton\template\twig\extension\skeleton_version_compare;
2221
use phpbb\template\context;

tests/helper/packager_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public function test_get_template_engine_returns_twig_instance()
217217
$user
218218
);
219219

220-
$this->container->expects($this->exactly(2))
220+
$this->container->expects($this->once())
221221
->method('getParameter')
222222
->with('core.cache_dir')
223223
->willReturn(false);

0 commit comments

Comments
 (0)