summaryrefslogtreecommitdiffstats
path: root/tests/lib/App/AppStore/Bundles/BundleBase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/App/AppStore/Bundles/BundleBase.php')
-rw-r--r--tests/lib/App/AppStore/Bundles/BundleBase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/App/AppStore/Bundles/BundleBase.php b/tests/lib/App/AppStore/Bundles/BundleBase.php
index dc7e1920896..a886cf9aec1 100644
--- a/tests/lib/App/AppStore/Bundles/BundleBase.php
+++ b/tests/lib/App/AppStore/Bundles/BundleBase.php
@@ -26,7 +26,7 @@ use OCP\IL10N;
use Test\TestCase;
abstract class BundleBase extends TestCase {
- /** @var IL10N|\PHPUnit_Framework_MockObject_MockObject */
+ /** @var IL10N|\PHPUnit\Framework\MockObject\MockObject */
protected $l10n;
/** @var Bundle */
protected $bundle;