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 <ilovemilk@wusa.io>2020-03-28 12:52:45 +0300
committerMatthias <ilovemilk@wusa.io>2020-03-28 12:52:45 +0300
commitad7a9d55665e9dac65726a4282451b83b0f8ac77 (patch)
treeb57af0bb053b9105a917dafdb180a3446266b376 /tests/Unit/Controller/ScanControllerTest.php
parent7bb713e57667b8704d8f5dde4cfcd7b125b7cfb9 (diff)
change setUp method signature to match parent
Diffstat (limited to 'tests/Unit/Controller/ScanControllerTest.php')
-rw-r--r--tests/Unit/Controller/ScanControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Controller/ScanControllerTest.php b/tests/Unit/Controller/ScanControllerTest.php
index 80f2364..7133bbf 100644
--- a/tests/Unit/Controller/ScanControllerTest.php
+++ b/tests/Unit/Controller/ScanControllerTest.php
@@ -96,7 +96,7 @@ class ScanControllerTest extends TestCase
/** @var string */
protected $userId = 'john';
- public function setUp()
+ public function setUp(): void
{
parent::setUp();