test that viewing the log doesn't crash horribly immediately
This commit is contained in:
parent
b5bca91bee
commit
04bdbeb740
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
class LogDatabaseTest extends SCoreWebTestCase {
|
||||
function testLog() {
|
||||
$this->log_in_as_admin();
|
||||
$this->get_page("log/view");
|
||||
$this->log_out();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue