stub artists test
This commit is contained in:
parent
47bb844acc
commit
fb4870e4da
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");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
?>
|
Loading…
x
Reference in New Issue
Block a user