diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-06-04 17:59:50 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-06-04 17:59:50 +0200 |
commit | 0aa964786d8a6fc677ebd62cd7533fa3bf045730 (patch) | |
tree | 135c664a0280c32d0f28edb11d0376424e7de684 /tests/functional/common_groups_test.php | |
parent | 27bcf25c3b944cd8448ed666f42f7c00ca5066bc (diff) | |
parent | 7b7747cab687c0c2eae05d67110a1e09e1d528be (diff) | |
download | forums-0aa964786d8a6fc677ebd62cd7533fa3bf045730.tar forums-0aa964786d8a6fc677ebd62cd7533fa3bf045730.tar.gz forums-0aa964786d8a6fc677ebd62cd7533fa3bf045730.tar.bz2 forums-0aa964786d8a6fc677ebd62cd7533fa3bf045730.tar.xz forums-0aa964786d8a6fc677ebd62cd7533fa3bf045730.zip |
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11587
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')); |