mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11600] Remove duplicate test case
PHPBB3-11600
This commit is contained in:
parent
68f001aaaf
commit
5afcb1d5f4
1 changed files with 0 additions and 2 deletions
|
@ -95,7 +95,6 @@ class phpbb_avatar_manager_test extends PHPUnit_Framework_TestCase
|
||||||
array(AVATAR_GALLERY, null),
|
array(AVATAR_GALLERY, null),
|
||||||
array(AVATAR_UPLOAD, null),
|
array(AVATAR_UPLOAD, null),
|
||||||
array(AVATAR_REMOTE, null),
|
array(AVATAR_REMOTE, null),
|
||||||
array(AVATAR_GALLERY, null),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -117,7 +116,6 @@ class phpbb_avatar_manager_test extends PHPUnit_Framework_TestCase
|
||||||
array(AVATAR_GALLERY, 'avatar.driver.local'),
|
array(AVATAR_GALLERY, 'avatar.driver.local'),
|
||||||
array(AVATAR_UPLOAD, 'avatar.driver.upload'),
|
array(AVATAR_UPLOAD, 'avatar.driver.upload'),
|
||||||
array(AVATAR_REMOTE, 'avatar.driver.remote'),
|
array(AVATAR_REMOTE, 'avatar.driver.remote'),
|
||||||
array(AVATAR_GALLERY, 'avatar.driver.local'),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue