stub artists test
This commit is contained in:
8
contrib/artists/test.php
Normal file
8
contrib/artists/test.php
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
?>
|
Reference in New Issue
Block a user