1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14168] Use attachment manager instead of separate classes

PHPBB3-14168
This commit is contained in:
Marc Alexander
2015-10-12 11:34:11 +02:00
parent a0167ad410
commit 49312f05f8
12 changed files with 67 additions and 64 deletions

View File

@@ -74,8 +74,8 @@ class phpbb_attachment_manager_test extends \phpbb_test_case
'delete',
['foo', [1, 2, 3]],
['foo', [1, 2, 3], true],
true,
true,
5,
5,
),
array(
'delete',
@@ -83,8 +83,8 @@ class phpbb_attachment_manager_test extends \phpbb_test_case
'delete',
['foo', [1, 2, 3], false],
['foo', [1, 2, 3], false],
true,
true,
2,
2,
),
array(
'resync',