summaryrefslogtreecommitdiffstats
path: root/tests/Core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core')
-rw-r--r--tests/Core/Command/Log/FileTest.php (renamed from tests/Core/Command/Log/OwnCloudTest.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Log/OwnCloudTest.php b/tests/Core/Command/Log/FileTest.php
index 8f217cce653..f55f92901d6 100644
--- a/tests/Core/Command/Log/OwnCloudTest.php
+++ b/tests/Core/Command/Log/FileTest.php
@@ -25,7 +25,7 @@ namespace Tests\Core\Command\Log;
use OC\Core\Command\Log\File;
use Test\TestCase;
-class OwnCloudTest extends TestCase {
+class FileTest extends TestCase {
/** @var \PHPUnit_Framework_MockObject_MockObject */
protected $config;
/** @var \PHPUnit_Framework_MockObject_MockObject */