From c7a9c4b92c531e9aef111da825baa23fbf315e64 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 20 Sep 2009 03:48:24 +0100 Subject: [PATCH] not finished, but add to test coverage --- ext/user/test.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/user/test.php b/ext/user/test.php index b84d666d..8d468ad0 100644 --- a/ext/user/test.php +++ b/ext/user/test.php @@ -30,6 +30,9 @@ class UserPageTest extends SCoreWebTestCase { # FIXME: test user creation # FIXME: test adminifying # FIXME: test password reset + + $this->get_page('user/list'); + $this->assert_text("demo"); } } ?>