aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-07-09 09:36:36 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-07-09 09:36:36 +0200
commit44ffc7a9141e75b337d63ad73733aac128c6cc07 (patch)
tree0185779b556432600da74e64401e3e4347ad904a
parent63fdaacbfcc8dbccca6777d623b6baadbd0ed56b (diff)
downloadnextcloud-server-44ffc7a9141e75b337d63ad73733aac128c6cc07.tar.gz
nextcloud-server-44ffc7a9141e75b337d63ad73733aac128c6cc07.zip
De-double class name
-rw-r--r--tests/lib/preferences-singleton.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/preferences-singleton.php b/tests/lib/preferences-singleton.php
index 5204775fc43..28fd4aa4728 100644
--- a/tests/lib/preferences-singleton.php
+++ b/tests/lib/preferences-singleton.php
@@ -162,7 +162,7 @@ class Test_Preferences extends PHPUnit_Framework_TestCase {
}
}
-class Test_Preferences_Object extends PHPUnit_Framework_TestCase {
+class Test_Preferences_Object2 extends PHPUnit_Framework_TestCase {
public function testGetUsers()
{
$statementMock = $this->getMock('\Doctrine\DBAL\Statement', array(), array(), '', false);