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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Template/JSCombinerTest.php')
-rw-r--r--tests/lib/Template/JSCombinerTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/Template/JSCombinerTest.php b/tests/lib/Template/JSCombinerTest.php
index abafc583ccf..0cdea95fd6f 100644
--- a/tests/lib/Template/JSCombinerTest.php
+++ b/tests/lib/Template/JSCombinerTest.php
@@ -70,7 +70,6 @@ class JSCombinerTest extends \Test\TestCase {
$this->config,
$this->logger
);
-
}
public function testProcessDebugMode() {
@@ -560,5 +559,4 @@ var b = \'world\';
$this->jsCombiner->resetCache();
}
-
}