store enabled exts in a config file, rather than moving directories around
This commit is contained in:
11
ext/home/test.php
Normal file
11
ext/home/test.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class HomeTest extends ShimmieWebTestCase {
|
||||
function testHomePage() {
|
||||
$this->get_page('home');
|
||||
$this->assert_title('Shimmie');
|
||||
$this->assert_text('Shimmie');
|
||||
|
||||
# FIXME: test search box
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user