From a4fc92b05bb5131ae7b9fe0d6be5b7f68f470de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 8 Apr 2014 14:15:33 +0200 Subject: [PATCH] class Test_Config is already declared --- tests/lib/public/{config.php => ocpconfig.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/lib/public/{config.php => ocpconfig.php} (94%) diff --git a/tests/lib/public/config.php b/tests/lib/public/ocpconfig.php similarity index 94% rename from tests/lib/public/config.php rename to tests/lib/public/ocpconfig.php index 68367034e9..43a9ca625e 100644 --- a/tests/lib/public/config.php +++ b/tests/lib/public/ocpconfig.php @@ -19,7 +19,7 @@ * License along with this library. If not, see . */ -class Test_Config extends PHPUnit_Framework_TestCase +class Test_OCPConfig extends PHPUnit_Framework_TestCase { public function testSetAppValueIfSetToNull() {