extendable user stats rather than hardcoded with assumptions of extensions

This commit is contained in:
Shish
2009-08-18 22:30:52 +01:00
parent f058d5dd5b
commit b1bcb8252f
8 changed files with 79 additions and 33 deletions

View File

@ -8,6 +8,7 @@ class UserPageTest extends SCoreWebTestCase {
$this->get_page('user/demo');
$this->assertTitle("demo's Page");
$this->assertText("Join date:");
$this->get_page('user/MauMau');
$this->assertTitle("No Such User");