stub artists test

This commit is contained in:
Shish 2012-03-11 14:28:18 +00:00
parent 47bb844acc
commit fb4870e4da

8
contrib/artists/test.php Normal file
View File

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