Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-03-02 18:44:37 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-03-02 22:17:37 +0300
commit83d9c549f6c53eee0e12faaeb108893f1f675314 (patch)
tree3460b0f6084f6eae5cf4a4ba45681441fe86067d /tests
parent589877df41b824c0848f2549a3a042a0387cd4e6 (diff)
Some generic phpstorm inspection fixes
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/BackgroundScannerTest.php2
-rw-r--r--tests/avirserver.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/BackgroundScannerTest.php b/tests/BackgroundScannerTest.php
index c21a892..019157a 100644
--- a/tests/BackgroundScannerTest.php
+++ b/tests/BackgroundScannerTest.php
@@ -8,7 +8,7 @@
*/
-namespace OCA\Files_antivirus\Tests;
+namespace OCA\Files_Antivirus\Tests;
use OCA\Files_Antivirus\BackgroundScanner;
use OCA\Files_Antivirus\ScannerFactory;
diff --git a/tests/avirserver.php b/tests/avirserver.php
index c3b8899..ced7a7a 100644
--- a/tests/avirserver.php
+++ b/tests/avirserver.php
@@ -1,6 +1,6 @@
<?php
-namespace OCA\Files_antivirus\Tests;
+namespace OCA\Files_Antivirus\Tests;
include __DIR__ . '/DummyClam.php';