fembooru/contrib/wiki/test.php

13 lines
223 B
PHP
Raw Normal View History

2009-07-19 04:48:25 +01:00
<?php
class WikiTest extends ShimmieWebTestCase {
function testWiki() {
$this->log_in_as_admin();
$this->get_page("wiki");
$this->assertTitle("Index");
$this->log_out();
2009-07-20 06:51:36 +01:00
# FIXME: needs a ton of tests...
2009-07-19 04:48:25 +01:00
}
}
?>