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:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-04-20 13:03:51 +0300
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2015-04-20 13:03:51 +0300
commit0a4ea3c924a19b83c40f1c31b80cdc729dddfcc1 (patch)
tree360e56ef2480955dd055ce3c2dd3480b0f325280 /tests
parent62a5f9fe1d2337201b2fd09b7e5aad97470bb874 (diff)
Fix some code checker complaints
Diffstat (limited to 'tests')
-rw-r--r--tests/statustest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/statustest.php b/tests/statustest.php
index 637dcf4..fb0245d 100644
--- a/tests/statustest.php
+++ b/tests/statustest.php
@@ -20,7 +20,6 @@ class Test_Files_Antivirus_Status extends \OCA\Files_Antivirus\Tests\Testbase {
public function setUp() {
parent::setUp();
- \OC_App::enable('files_antivirus');
$this->ruleMapper = new RuleMapper($this->db);
$this->ruleMapper->deleteAll();
$this->ruleMapper->populate();