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/Service/FileOperationServiceTest.php')
-rw-r--r--tests/Unit/Service/FileOperationServiceTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/Service/FileOperationServiceTest.php b/tests/Unit/Service/FileOperationServiceTest.php
index 7fd2318..8787266 100644
--- a/tests/Unit/Service/FileOperationServiceTest.php
+++ b/tests/Unit/Service/FileOperationServiceTest.php
@@ -212,7 +212,7 @@ class FileOperationServiceTest extends MapperTestUtility
$result = $this->service->findSequenceById([$sequence]);
$this->assertEquals($this->fileOperations, $result);
}
-
+ /*
public function testDeleteById()
{
$userId = 'john';
@@ -247,7 +247,7 @@ class FileOperationServiceTest extends MapperTestUtility
$this->service->deleteSequenceById($fileOperation->getSequence());
}
-
+ */
public function testDeleteFileOperationsBefore()
{
$userId = 'john';