diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-11-12 19:30:34 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-11-12 19:30:34 +0100 |
| commit | 372324cead4f9068ebe3ca10c85858af833a8026 (patch) | |
| tree | a995e415eb123c32d7cb8b2582fff889ff80727b /tests | |
| parent | 39f5b82bc3f6a12c559baa13931e60abfeda6562 (diff) | |
| parent | 55f74381874b7e6ec0ef1147913b6f44582c5f62 (diff) | |
| download | forums-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.php | 2 |
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')); } } |
