diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-07-09 09:36:36 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-07-09 09:36:36 +0200 |
commit | 44ffc7a9141e75b337d63ad73733aac128c6cc07 (patch) | |
tree | 0185779b556432600da74e64401e3e4347ad904a /tests/lib | |
parent | 63fdaacbfcc8dbccca6777d623b6baadbd0ed56b (diff) | |
download | nextcloud-server-44ffc7a9141e75b337d63ad73733aac128c6cc07.tar.gz nextcloud-server-44ffc7a9141e75b337d63ad73733aac128c6cc07.zip |
De-double class name
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/preferences-singleton.php | 2 |
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); |