This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/comment/test.php
shish c68df68195 test files for various extensions
git-svn-id: file:///home/shish/svn/shimmie2/trunk@1070 7f39781d-f577-437e-ae19-be835c7a54ca
2008-10-11 07:09:42 +00:00

11 lines
306 B
PHP

<?php
class CommentListTest extends WebTestCase {
function testCommentsPage() {
$this->get('http://shimmie.shishnet.org/v2/comment/list');
$this->assertTitle('Comments');
$this->get('http://shimmie.shishnet.org/v2/comment/list/2');
$this->assertTitle('Comments');
}
}
?>