make handle_static its own extension

This commit is contained in:
Shish
2018-11-11 17:38:32 +00:00
parent 983b4d5d42
commit c9ccb22951
23 changed files with 70 additions and 39 deletions

View File

@@ -0,0 +1,8 @@
<?php
class HandleStaticTest extends ShimmiePHPUnitTestCase {
public function testStaticHandler() {
$this->get_page('favicon.ico');
$this->assert_response(200);
}
}