diff options
Diffstat (limited to 'tests/lib/user/user.php')
-rw-r--r-- | tests/lib/user/user.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lib/user/user.php b/tests/lib/user/user.php index 85ade9ccaf1..a940d6eb627 100644 --- a/tests/lib/user/user.php +++ b/tests/lib/user/user.php @@ -9,7 +9,6 @@ namespace Test\User; -use OC\AllConfig; use OC\Hooks\PublicEmitter; class User extends \Test\TestCase { @@ -228,7 +227,7 @@ class User extends \Test\TestCase { ->method('implementsActions') ->will($this->returnValue(false)); - $allConfig = $this->getMockBuilder('\OC\AllConfig') + $allConfig = $this->getMockBuilder('\OCP\IConfig') ->disableOriginalConstructor() ->getMock(); $allConfig->expects($this->any()) |