diff options
author | Nils Adermann <naderman@naderman.de> | 2014-10-21 09:49:42 -0400 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2014-10-21 09:49:42 -0400 |
commit | b7386c0c827b5354f2f2f863d61ac667271546f3 (patch) | |
tree | 9feb22467319f76d09d0486f8968a3331306be33 /tests/functional | |
parent | 75c5d6085b86de4c6ebc6c5bdf60898aac5c8e6f (diff) | |
parent | 1358acfd7c2b5d0a302b4192f1f536456dcf3671 (diff) | |
download | forums-b7386c0c827b5354f2f2f863d61ac667271546f3.tar forums-b7386c0c827b5354f2f2f863d61ac667271546f3.tar.gz forums-b7386c0c827b5354f2f2f863d61ac667271546f3.tar.bz2 forums-b7386c0c827b5354f2f2f863d61ac667271546f3.tar.xz forums-b7386c0c827b5354f2f2f863d61ac667271546f3.zip |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/13189] Do not use confirm box for marking all notifications read
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/notification_test.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/notification_test.php b/tests/functional/notification_test.php index 667d268b1e..ec03f7a6a4 100644 --- a/tests/functional/notification_test.php +++ b/tests/functional/notification_test.php @@ -82,8 +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.'))); - $form = $crawler->selectButton($this->lang('YES'))->form(); - $crawler = self::submit($form); $this->assertEquals(0, $crawler->filter('#notification_list_button strong')->text()); } } |