From 5de8bed01e4959fabc26691a390fcc020b70e2ae Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Wed, 25 Dec 2019 06:40:24 +0100 Subject: Update for nextcloud 18 (#593) bump nc-compatability 16 to 18, php-min 7.2 adapt tests for nc 18 Signed-off-by: Benjamin Brahmer --- tests/Unit/Command/ExploreGeneratorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Unit/Command/ExploreGeneratorTest.php') diff --git a/tests/Unit/Command/ExploreGeneratorTest.php b/tests/Unit/Command/ExploreGeneratorTest.php index ac1f2c3c8..213633549 100644 --- a/tests/Unit/Command/ExploreGeneratorTest.php +++ b/tests/Unit/Command/ExploreGeneratorTest.php @@ -43,7 +43,7 @@ class ExploreGeneratorTest extends TestCase { /** @var \Symfony\Component\Console\Command\Command */ protected $command; - protected function setUp() + protected function setUp(): void { parent::setUp(); -- cgit v1.2.3