aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-09-02 20:55:25 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-09-02 20:55:25 +0200
commitcf5ae5abbcacbcbfc920f75ad4f95c8277ec0b01 (patch)
treeba06fc933cbee5137c304c222485fbb6f620da0d /tests/functional
parentda9888d04f3a691a73013d9bb2c14a8809012512 (diff)
parent6777d462ffb5a45428fc1597e18663224c802af6 (diff)
downloadforums-cf5ae5abbcacbcbfc920f75ad4f95c8277ec0b01.tar
forums-cf5ae5abbcacbcbfc920f75ad4f95c8277ec0b01.tar.gz
forums-cf5ae5abbcacbcbfc920f75ad4f95c8277ec0b01.tar.bz2
forums-cf5ae5abbcacbcbfc920f75ad4f95c8277ec0b01.tar.xz
forums-cf5ae5abbcacbcbfc920f75ad4f95c8277ec0b01.zip
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/extension_acp_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/extension_acp_test.php b/tests/functional/extension_acp_test.php
index 6490c1ead3..7be8957ec7 100644
--- a/tests/functional/extension_acp_test.php
+++ b/tests/functional/extension_acp_test.php
@@ -84,7 +84,7 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case
$crawler = self::request('GET', 'adm/index.php?i=acp_extensions&mode=main&sid=' . $this->sid);
$this->assertCount(1, $crawler->filter('.ext_enabled'));
- $this->assertCount(5, $crawler->filter('.ext_disabled'));
+ $this->assertCount(6, $crawler->filter('.ext_disabled'));
$this->assertContains('phpBB Foo Extension', $crawler->filter('.ext_enabled')->eq(0)->text());
$this->assertContainsLang('EXTENSION_DISABLE', $crawler->filter('.ext_enabled')->eq(0)->text());