mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Renamed test classes for file logging tests.
This commit is contained in:
parent
b058639a8a
commit
61a1d56d27
2 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
@ -21,11 +21,11 @@ use OC\Log\File;
|
|||
use Test\TestCase;
|
||||
|
||||
/**
|
||||
* Class OwncloudTest
|
||||
* Class FileTest
|
||||
*
|
||||
* @group DB
|
||||
*/
|
||||
class OwncloudTest extends TestCase
|
||||
class FileTest extends TestCase
|
||||
{
|
||||
private $restore_logfile;
|
||||
private $restore_logdateformat;
|
||||
Loading…
Reference in a new issue