summaryrefslogtreecommitdiffstats
path: root/tests/lib/public
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-08 14:15:33 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-08 14:15:33 +0200
commita4fc92b05bb5131ae7b9fe0d6be5b7f68f470de0 (patch)
tree923eaa6bafedd0c7e19b8d4b693771e230ab17d7 /tests/lib/public
parent411a810ebec9f3c6f99debab33098523d376d44d (diff)
downloadnextcloud-server-a4fc92b05bb5131ae7b9fe0d6be5b7f68f470de0.tar.gz
nextcloud-server-a4fc92b05bb5131ae7b9fe0d6be5b7f68f470de0.zip
class Test_Config is already declared
Diffstat (limited to 'tests/lib/public')
-rw-r--r--tests/lib/public/ocpconfig.php (renamed from tests/lib/public/config.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/public/config.php b/tests/lib/public/ocpconfig.php
index 68367034e9a..43a9ca625ee 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 <http://www.gnu.org/licenses/>.
*/
-class Test_Config extends PHPUnit_Framework_TestCase
+class Test_OCPConfig extends PHPUnit_Framework_TestCase
{
public function testSetAppValueIfSetToNull() {