diff --git a/contrib/log_db/test.php b/contrib/log_db/test.php index 80209a75..a111c2e1 100644 --- a/contrib/log_db/test.php +++ b/contrib/log_db/test.php @@ -2,6 +2,7 @@ class LogDatabaseTest extends SCoreWebTestCase { function testLog() { $this->log_in_as_admin(); + $this->get_page("log/view"); $this->log_out(); } }