aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-11-12 19:30:34 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-11-12 19:30:34 +0100
commit372324cead4f9068ebe3ca10c85858af833a8026 (patch)
treea995e415eb123c32d7cb8b2582fff889ff80727b /tests
parent39f5b82bc3f6a12c559baa13931e60abfeda6562 (diff)
parent55f74381874b7e6ec0ef1147913b6f44582c5f62 (diff)
downloadforums-372324cead4f9068ebe3ca10c85858af833a8026.tar
forums-372324cead4f9068ebe3ca10c85858af833a8026.tar.gz
forums-372324cead4f9068ebe3ca10c85858af833a8026.tar.bz2
forums-372324cead4f9068ebe3ca10c85858af833a8026.tar.xz
forums-372324cead4f9068ebe3ca10c85858af833a8026.zip
Merge pull request #4504 from VSEphpbb/ticket/14855
[ticket/14855] Update notification and PM alert bubbles
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/notification_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/notification_test.php b/tests/functional/notification_test.php
index ec03f7a6a4..d4c61cc062 100644
--- a/tests/functional/notification_test.php
+++ b/tests/functional/notification_test.php
@@ -82,6 +82,6 @@ class phpbb_functional_notification_test extends phpbb_functional_test_case
// Get form token
$link = $crawler->selectLink($this->lang('NOTIFICATIONS_MARK_ALL_READ'))->link()->getUri();
$crawler = self::request('GET', substr($link, strpos($link, 'ucp.')));
- $this->assertEquals(0, $crawler->filter('#notification_list_button strong')->text());
+ $this->assertCount(0, $crawler->filter('#notification_list_button strong'));
}
}