summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/tests/UpdateCheckerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/tests/UpdateCheckerTest.php')
-rw-r--r--apps/updatenotification/tests/UpdateCheckerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/updatenotification/tests/UpdateCheckerTest.php b/apps/updatenotification/tests/UpdateCheckerTest.php
index b5f7cee60ce..ba5f8341bb0 100644
--- a/apps/updatenotification/tests/UpdateCheckerTest.php
+++ b/apps/updatenotification/tests/UpdateCheckerTest.php
@@ -34,9 +34,9 @@ use OCA\UpdateNotification\UpdateChecker;
use Test\TestCase;
class UpdateCheckerTest extends TestCase {
- /** @var ChangesCheck|\PHPUnit_Framework_MockObject_MockObject */
+ /** @var ChangesCheck|\PHPUnit\Framework\MockObject\MockObject */
protected $changesChecker;
- /** @var VersionCheck|\PHPUnit_Framework_MockObject_MockObject */
+ /** @var VersionCheck|\PHPUnit\Framework\MockObject\MockObject */
private $updater;
/** @var UpdateChecker */
private $updateChecker;