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

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias <matthias.held@uni-konstanz.de>2020-03-28 15:52:54 +0300
committerGitHub <noreply@github.com>2020-03-28 15:52:54 +0300
commitb4b724e0af7fbf923be596c64d1cb5a87b299063 (patch)
treeb371dcfa5019bd75544f35cee5c3e8b4bff1bded /tests/Unit/Settings/AdminSectionTest.php
parent0cb740f5da6c326eeea050a5f4ef65c2e23b25b4 (diff)
parent2426ca27eb4d89d7b44daad776806ffb47539f3b (diff)
Merge pull request #29 from undo-ransomware/feature/nextcloud-18-compatibilityv0.7.0
Nextcloud 18 compatibility
Diffstat (limited to 'tests/Unit/Settings/AdminSectionTest.php')
-rw-r--r--tests/Unit/Settings/AdminSectionTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Unit/Settings/AdminSectionTest.php b/tests/Unit/Settings/AdminSectionTest.php
index 423b6dc..4f3a318 100644
--- a/tests/Unit/Settings/AdminSectionTest.php
+++ b/tests/Unit/Settings/AdminSectionTest.php
@@ -38,7 +38,8 @@ class AdminSectionTest extends TestCase {
/** @var IL10N|\PHPUnit_Framework_MockObject_MockObject */
protected $l;
- public function setUp() {
+ public function setUp(): void
+ {
parent::setUp();
$this->urlGenerator = $this->getMockForAbstractClass( IURLGenerator::class, array(), '', FALSE, TRUE, TRUE, array( 'imagePath' ) );