7 lines
146 B
PHP
7 lines
146 B
PHP
<?php
|
|
class OekakiTest extends ShimmiePHPUnitTestCase {
|
|
function testLog() {
|
|
$this->log_in_as_user();
|
|
$this->get_page("oekaki/create");
|
|
}
|
|
}
|