forked from Cavemanon/cavepaintings
A ton of tests, figured out how to test uploads \o/
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
class CommentListTest extends WebTestCase {
|
||||
class CommentListTest extends ShimmieWebTestCase {
|
||||
function testCommentsPage() {
|
||||
$this->get(TEST_BASE.'/comment/list');
|
||||
$this->get_page('comment/list');
|
||||
$this->assertTitle('Comments');
|
||||
|
||||
$this->get(TEST_BASE.'/comment/list/2');
|
||||
$this->get_page('comment/list/2');
|
||||
$this->assertTitle('Comments');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user