From 4dd4bc41a65ee54b08c16a7ba5e684846622428c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 7 Mar 2008 01:17:14 +0000 Subject: [PATCH] #2265 Installer falsely claims modrewrite fails (mamp) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@50690 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- testing/InstallerTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; } }