diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2013-06-04 17:16:22 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2013-06-04 17:16:22 +0200 |
| commit | 71deb4dde7f0d92905c13b79c92b5ccc6beeb3c3 (patch) | |
| tree | 6e0d33682ba07354dac0545d5588634498b960ea /tests/functional/common_groups_test.php | |
| parent | 74da9e32e5a3eafb942c4a5ab58c642654cf582e (diff) | |
| download | forums-71deb4dde7f0d92905c13b79c92b5ccc6beeb3c3.tar forums-71deb4dde7f0d92905c13b79c92b5ccc6beeb3c3.tar.gz forums-71deb4dde7f0d92905c13b79c92b5ccc6beeb3c3.tar.bz2 forums-71deb4dde7f0d92905c13b79c92b5ccc6beeb3c3.tar.xz forums-71deb4dde7f0d92905c13b79c92b5ccc6beeb3c3.zip | |
[ticket/11538] Add admin as admins leader and moderator in memberlist_test
Removing the admin user from the admin and moderator group in memberlist_test
potentially breaks other tests, i.e. the ucp groups test.
PHPBB3-11538
Diffstat (limited to 'tests/functional/common_groups_test.php')
| -rw-r--r-- | tests/functional/common_groups_test.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/functional/common_groups_test.php b/tests/functional/common_groups_test.php index cc6afa54b9..7ccd78421e 100644 --- a/tests/functional/common_groups_test.php +++ b/tests/functional/common_groups_test.php @@ -30,12 +30,6 @@ abstract class phpbb_functional_common_groups_test extends phpbb_functional_test */ public function test_groups_manage($input, $expected) { - $this->markTestIncomplete( - 'Test fails on develop due to another test deleting the Administrators group.' - ); - // See https://github.com/phpbb/phpbb3/pull/1407#issuecomment-18465480 - // and https://gist.github.com/bantu/22dc4f6c6c0b8f9e0fa1 - $this->login(); $this->admin_login(); $this->add_lang(array('ucp', 'acp/groups')); |
