diff options
Diffstat (limited to 'apps/files_trashbin/tests')
-rw-r--r-- | apps/files_trashbin/tests/TrashbinTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/tests/TrashbinTest.php b/apps/files_trashbin/tests/TrashbinTest.php index 42054fc48a6..3d2ceee0dcd 100644 --- a/apps/files_trashbin/tests/TrashbinTest.php +++ b/apps/files_trashbin/tests/TrashbinTest.php @@ -118,7 +118,7 @@ class TrashbinTest extends \Test\TestCase { $config = Server::get(IConfig::class); $mockConfig = $this->getMockBuilder(AllConfig::class) ->onlyMethods(['getSystemValue']) - ->setConstructorArgs([Server::get(\OC\SystemConfig::class)]) + ->setConstructorArgs([Server::get(SystemConfig::class)]) ->getMock(); $mockConfig->expects($this->any()) ->method('getSystemValue') |