9 lines
164 B
PHP
9 lines
164 B
PHP
<?php
|
|
class LogDatabaseTest extends SCoreWebTestCase {
|
|
function testLog() {
|
|
$this->log_in_as_admin();
|
|
$this->get_page("log/view");
|
|
$this->log_out();
|
|
}
|
|
}
|
|
?>
|