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"); } } ?>