8 lines
133 B
PHP
8 lines
133 B
PHP
<?php
|
|
class LogDatabaseTest extends SCoreWebTestCase {
|
|
function testLog() {
|
|
$this->log_in_as_admin();
|
|
$this->log_out();
|
|
}
|
|
}
|
|
?>
|