summaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/Settings/SectionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/tests/Settings/SectionTest.php')
-rw-r--r--apps/theming/tests/Settings/SectionTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/tests/Settings/SectionTest.php b/apps/theming/tests/Settings/SectionTest.php
index 93ca2070f79..5ba9fc6b650 100644
--- a/apps/theming/tests/Settings/SectionTest.php
+++ b/apps/theming/tests/Settings/SectionTest.php
@@ -29,9 +29,9 @@ use OCP\IURLGenerator;
use Test\TestCase;
class SectionTest extends TestCase {
- /** @var IURLGenerator|\PHPUnit_Framework_MockObject_MockObject */
+ /** @var IURLGenerator|\PHPUnit\Framework\MockObject\MockObject */
private $url;
- /** @var IL10N|\PHPUnit_Framework_MockObject_MockObject */
+ /** @var IL10N|\PHPUnit\Framework\MockObject\MockObject */
private $l;
/** @var Section */
private $section;