bookmarks test

This commit is contained in:
Shish 2012-03-10 15:28:18 +00:00
parent ee976ed23b
commit 4c204a2bc1

View File

@ -0,0 +1,9 @@
<?php
class BookmarksTest extends ShimmieWebTestCase {
function testBookmarks() {
$this->get_page("bookmark/add");
$this->get_page("bookmark/remove");
}
}
?>