forked from Cavemanon/cavepaintings
make handle_static its own extension
This commit is contained in:
8
ext/handle_static/test.php
Normal file
8
ext/handle_static/test.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
class HandleStaticTest extends ShimmiePHPUnitTestCase {
|
||||
public function testStaticHandler() {
|
||||
$this->get_page('favicon.ico');
|
||||
$this->assert_response(200);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user