aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Calvo <rubencm@gmail.com>2017-08-09 22:23:23 +0200
committerRubén Calvo <rubencm@gmail.com>2018-05-01 10:47:11 +0200
commit5111d8a3397dcbf2ed7d24655c94b04ae8056bcd (patch)
tree897ac1ded34695f492da38376dc26f584fd0b234 /tests/content_visibility
parent[ticket/15286] Fix tests (diff)
downloadphpbb-5111d8a3397dcbf2ed7d24655c94b04ae8056bcd.tar.gz
phpbb-5111d8a3397dcbf2ed7d24655c94b04ae8056bcd.tar.bz2
phpbb-5111d8a3397dcbf2ed7d24655c94b04ae8056bcd.zip
[ticket/15286] Update tests
PHPBB3-15286
Diffstat (limited to 'tests/content_visibility')
-rw-r--r--tests/content_visibility/delete_post_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/content_visibility/delete_post_test.php b/tests/content_visibility/delete_post_test.php
index 46c2f05aab..054d5d6877 100644
--- a/tests/content_visibility/delete_post_test.php
+++ b/tests/content_visibility/delete_post_test.php
@@ -298,7 +298,7 @@ class phpbb_content_visibility_delete_post_test extends phpbb_database_test_case
$db = $this->new_dbal();
$phpbb_dispatcher = new phpbb_mock_event_dispatcher();
- $adapter = new \phpbb\storage\adapter\local(new \phpbb\filesystem\filesystem(), $phpbb_root_path);
+ $adapter = new \phpbb\storage\adapter\local(new \phpbb\filesystem\filesystem(), new \FastImageSize\FastImageSize(), $phpbb_root_path);
$adapter->configure(['path' => 'files']);
$adapter_factory_mock = $this->createMock('\phpbb\storage\adapter_factory');
$adapter_factory_mock->expects($this->any())