diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-10-12 11:34:11 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-12 11:34:11 +0200 |
commit | 49312f05f88ca58346cbb00c2f03f01fd2a3d56d (patch) | |
tree | 1db2077dc34caf17f580771bf8967403b6a69660 /tests/attachment | |
parent | a0167ad41037d7fe9214ca36c4c7097177361a6b (diff) | |
download | forums-49312f05f88ca58346cbb00c2f03f01fd2a3d56d.tar forums-49312f05f88ca58346cbb00c2f03f01fd2a3d56d.tar.gz forums-49312f05f88ca58346cbb00c2f03f01fd2a3d56d.tar.bz2 forums-49312f05f88ca58346cbb00c2f03f01fd2a3d56d.tar.xz forums-49312f05f88ca58346cbb00c2f03f01fd2a3d56d.zip |
[ticket/14168] Use attachment manager instead of separate classes
PHPBB3-14168
Diffstat (limited to 'tests/attachment')
-rw-r--r-- | tests/attachment/manager_test.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/attachment/manager_test.php b/tests/attachment/manager_test.php index 01a6049602..47d7f38b1d 100644 --- a/tests/attachment/manager_test.php +++ b/tests/attachment/manager_test.php @@ -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', |