summaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Log
diff options
context:
space:
mode:
authorThomas Pulzer <t.pulzer@kniel.de>2016-07-22 14:47:50 +0200
committerThomas Pulzer <t.pulzer@kniel.de>2016-07-22 14:47:50 +0200
commit61a1d56d2784d407ac0922ea1fcd382b21f3df06 (patch)
treeef154acbdb8e4fa81f822b9afaebc0f5f49dff34 /tests/Core/Command/Log
parentb058639a8a120d57c8eeacb1aecc51c6b027c4c4 (diff)
downloadnextcloud-server-61a1d56d2784d407ac0922ea1fcd382b21f3df06.tar.gz
nextcloud-server-61a1d56d2784d407ac0922ea1fcd382b21f3df06.zip
Renamed test classes for file logging tests.
Diffstat (limited to 'tests/Core/Command/Log')
-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 */