2012-03-10 02:08:01 +00:00
|
|
|
<?php
|
2015-08-09 12:14:28 +01:00
|
|
|
class OekakiTest extends ShimmiePHPUnitTestCase {
|
2015-09-26 11:17:13 +01:00
|
|
|
public function testLog() {
|
2012-03-10 02:08:01 +00:00
|
|
|
$this->log_in_as_user();
|
|
|
|
$this->get_page("oekaki/create");
|
|
|
|
}
|
|
|
|
}
|