]> source.dussan.org Git - nextcloud-server.git/commitdiff
De-double class name
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 9 Jul 2014 07:36:36 +0000 (09:36 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 9 Jul 2014 07:36:36 +0000 (09:36 +0200)
tests/lib/preferences-singleton.php

index 5204775fc43d9eeef825fe49232cad4fbaf8d19c..28fd4aa47284abe4e99e7cbb80640646a5769a10 100644 (file)
@@ -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);