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/Controller/FileOperationControllerTest.php')
-rw-r--r--tests/Unit/Controller/FileOperationControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Controller/FileOperationControllerTest.php b/tests/Unit/Controller/FileOperationControllerTest.php
index 04e6fc5..963da03 100644
--- a/tests/Unit/Controller/FileOperationControllerTest.php
+++ b/tests/Unit/Controller/FileOperationControllerTest.php
@@ -123,7 +123,7 @@ class FileOperationControllerTest extends TestCase
$result = $controller->findAll();
$this->assertTrue($result instanceof JSONResponse);
- $this->assertEquals($result->getStatus(), Http::STAUTS_OK);
+ $this->assertEquals($result->getStatus(), Http::STATUS_OK);
}
public function dataRecover()