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:
Diffstat (limited to 'tests/Unit/Settings/PersonalTest.php')
-rw-r--r--tests/Unit/Settings/PersonalTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Unit/Settings/PersonalTest.php b/tests/Unit/Settings/PersonalTest.php
index e05d47b..d831b48 100644
--- a/tests/Unit/Settings/PersonalTest.php
+++ b/tests/Unit/Settings/PersonalTest.php
@@ -35,7 +35,8 @@ class PersonalTest extends TestCase {
/** @var IConfig|\PHPUnit_Framework_MockObject_MockObject */
protected $config;
- public function setUp() {
+ public function setUp(): void
+ {
parent::setUp();
$this->config = $this->getMockForAbstractClass( IConfig::class, array(), '', FALSE, TRUE, TRUE, array( 'getUserValue' ) );