10 lines
164 B
PHP
Raw Normal View History

2009-12-30 07:59:40 +00:00
<?php
class LogDatabaseTest extends SCoreWebTestCase {
function testLog() {
$this->log_in_as_admin();
$this->get_page("log/view");
2009-12-30 07:59:40 +00:00
$this->log_out();
}
}
?>