From bd69f3ad67e256d3add8ddf4d5aea4f90710bcaa Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 5 Dec 2019 12:50:48 +0100 Subject: Update master php testing versions Signed-off-by: Joas Schilling --- tests/Unit/Controller/PageControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Unit') diff --git a/tests/Unit/Controller/PageControllerTest.php b/tests/Unit/Controller/PageControllerTest.php index f089886..c53bc3b 100644 --- a/tests/Unit/Controller/PageControllerTest.php +++ b/tests/Unit/Controller/PageControllerTest.php @@ -13,7 +13,7 @@ class PageControllerTest extends PHPUnit_Framework_TestCase { private $controller; private $userId = 'john'; - public function setUp() { + protected function setUp(): void { $request = $this->getMockBuilder('OCP\IRequest')->getMock(); $this->controller = new PageController( -- cgit v1.2.3