aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib')
-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);