summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php')
-rw-r--r--apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php b/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
index cf30df723cf..70731878a41 100644
--- a/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
+++ b/apps/dav/tests/unit/CalDAV/Publishing/PublishingTest.php
@@ -43,11 +43,11 @@ class PluginTest extends TestCase {
private $plugin;
/** @var Server */
private $server;
- /** @var Calendar | \PHPUnit_Framework_MockObject_MockObject */
+ /** @var Calendar | \PHPUnit\Framework\MockObject\MockObject */
private $book;
- /** @var IConfig | \PHPUnit_Framework_MockObject_MockObject */
+ /** @var IConfig | \PHPUnit\Framework\MockObject\MockObject */
private $config;
- /** @var IURLGenerator | \PHPUnit_Framework_MockObject_MockObject */
+ /** @var IURLGenerator | \PHPUnit\Framework\MockObject\MockObject */
private $urlGenerator;
protected function setUp(): void {