mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 00:54:26 +02:00
Rename AbstractLoggerTest to LoggerTestCase
This commit is contained in:
parent
75632a1490
commit
b09fb1047f
5 changed files with 8 additions and 5 deletions
|
@ -9,13 +9,14 @@ namespace Friendica\Test\src\Core\Logger;
|
|||
|
||||
use Friendica\Core\Logger\Exception\LoggerArgumentException;
|
||||
use Friendica\Core\Logger\Exception\LogLevelException;
|
||||
use Friendica\Test\LoggerTestCase;
|
||||
use Friendica\Test\Util\VFSTrait;
|
||||
use Friendica\Core\Logger\Type\StreamLogger;
|
||||
use org\bovigo\vfs\vfsStream;
|
||||
use org\bovigo\vfs\vfsStreamFile;
|
||||
use Psr\Log\LogLevel;
|
||||
|
||||
class StreamLoggerTest extends AbstractLoggerTest
|
||||
class StreamLoggerTest extends LoggerTestCase
|
||||
{
|
||||
use VFSTrait;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue