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:58:04 +0300
committerMatthias <ilovemilk@wusa.io>2020-03-28 12:58:04 +0300
commit8ca7c2e1be81c42110c5ef59761c66d04cf0f134 (patch)
treeeb42a5834321f06ef7c94937c975d1ba0bbe5b0b
parentad7a9d55665e9dac65726a4282451b83b0f8ac77 (diff)
change visibility to public
-rw-r--r--tests/Unit/CacheWrapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/CacheWrapperTest.php b/tests/Unit/CacheWrapperTest.php
index f5dd2fe..b7b7a6f 100644
--- a/tests/Unit/CacheWrapperTest.php
+++ b/tests/Unit/CacheWrapperTest.php
@@ -35,7 +35,7 @@ class CacheWrapperTest extends TestCase
/** @var \OCA\RansomwareDetection\Monitor\Operation|\PHPUnit_Framework_MockObject_MockObject */
protected $monitor;
- protected function setUp()
+ public function setUp(): void
{
parent::setUp();