diff options
author | Thomas Pulzer <t.pulzer@kniel.de> | 2016-07-22 14:47:50 +0200 |
---|---|---|
committer | Thomas Pulzer <t.pulzer@kniel.de> | 2016-07-22 14:47:50 +0200 |
commit | 61a1d56d2784d407ac0922ea1fcd382b21f3df06 (patch) | |
tree | ef154acbdb8e4fa81f822b9afaebc0f5f49dff34 /tests/Core/Command/Log | |
parent | b058639a8a120d57c8eeacb1aecc51c6b027c4c4 (diff) | |
download | nextcloud-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 */ |