bookmarks test
This commit is contained in:
parent
ee976ed23b
commit
4c204a2bc1
9
contrib/bookmarks/test.php
Normal file
9
contrib/bookmarks/test.php
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
<?php
|
||||||
|
class BookmarksTest extends ShimmieWebTestCase {
|
||||||
|
function testBookmarks() {
|
||||||
|
$this->get_page("bookmark/add");
|
||||||
|
$this->get_page("bookmark/remove");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
?>
|
Loading…
x
Reference in New Issue
Block a user