Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-04-04 13:36:04 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-04-04 14:42:16 +0300
commit944cc5f963d804915b88fd801364e5c78c2f86ae (patch)
tree3d44193fffec9fe9275b5817d9b493bc47346c78 /tests/Unit
parent7f74527020d3221c37f28a648593d6b38af64eab (diff)
Update tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/Unit')
-rw-r--r--tests/Unit/Controller/PageControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/Controller/PageControllerTest.php b/tests/Unit/Controller/PageControllerTest.php
index cfbe78f..08f8905 100644
--- a/tests/Unit/Controller/PageControllerTest.php
+++ b/tests/Unit/Controller/PageControllerTest.php
@@ -2,13 +2,13 @@
namespace OCA\Privacy\Tests\Unit\Controller;
-use PHPUnit_Framework_TestCase;
+use PHPUnit\Framework\TestCase;
use OCP\AppFramework\Http\TemplateResponse;
use OCA\Privacy\Controller\PageController;
-class PageControllerTest extends PHPUnit_Framework_TestCase {
+class PageControllerTest extends TestCase {
private $controller;
private $userId = 'john';