basic oekaki test

This commit is contained in:
Shish 2012-03-10 02:08:01 +00:00
parent 04bdbeb740
commit 1c4a029564

9
contrib/oekaki/test.php Normal file
View 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();
}
}
?>