fembooru/ext/artists/test.php
2015-09-26 11:11:26 +01:00

9 lines
179 B
PHP

<?php
class ArtistTest extends ShimmieWebTestCase {
public function testSearch() {
# FIXME: check that the results are there
$this->get_page("post/list/author=bob/1");
}
}