2015-09-26 11:11:26 +01:00

9 lines
169 B
PHP

<?php
class BookmarksTest extends ShimmieWebTestCase {
public function testBookmarks() {
$this->get_page("bookmark/add");
$this->get_page("bookmark/remove");
}
}