test searches
This commit is contained in:
parent
752597385e
commit
e10cc4fa99
@ -3,6 +3,10 @@ class LogDatabaseTest extends SCoreWebTestCase {
|
||||
function testLog() {
|
||||
$this->log_in_as_admin();
|
||||
$this->get_page("log/view");
|
||||
$this->get_page("log/view?module=core-image");
|
||||
$this->get_page("log/view?time=2012-03-01");
|
||||
$this->get_page("log/view?user=demo");
|
||||
$this->get_page("log/view?priority=10");
|
||||
$this->log_out();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user