basic oekaki test
This commit is contained in:
parent
04bdbeb740
commit
1c4a029564
9
contrib/oekaki/test.php
Normal file
9
contrib/oekaki/test.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
class OekakiTest extends SCoreWebTestCase {
|
||||
function testLog() {
|
||||
$this->log_in_as_user();
|
||||
$this->get_page("oekaki/create");
|
||||
$this->log_out();
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user