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/Log/FileTest.php')
-rw-r--r--tests/lib/Log/FileTest.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/lib/Log/FileTest.php b/tests/lib/Log/FileTest.php
index 35e118bf3b9..937b3c75448 100644
--- a/tests/lib/Log/FileTest.php
+++ b/tests/lib/Log/FileTest.php
@@ -24,8 +24,7 @@ use Test\TestCase;
/**
* Class FileTest
*/
-class FileTest extends TestCase
-{
+class FileTest extends TestCase {
private $restore_logfile;
private $restore_logdateformat;
@@ -75,8 +74,5 @@ class FileTest extends TestCase
$values = (array) json_decode($line);
$microseconds = $values['time'];
$this->assertNotEquals(0, $microseconds);
-
}
-
-
}