diff --git a/testing/InstallerTest.php b/testing/InstallerTest.php index 7e24caca0..e56a5dce6 100644 --- a/testing/InstallerTest.php +++ b/testing/InstallerTest.php @@ -11,7 +11,8 @@ * @subpackage misc */ class InstallerTest extends Controller { - function testRewrite() { + + function testrewrite() { echo "OK"; } }