1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-13 08:34:12 +02:00

Make TestCase class available to dependents to help with testing

This commit is contained in:
Jordi Boggiano
2016-05-20 20:09:02 +01:00
parent 1161b23148
commit d7b415c2c8
57 changed files with 64 additions and 57 deletions

View File

@@ -11,7 +11,7 @@
namespace Monolog\Processor;
use Monolog\TestCase;
use Monolog\Test\TestCase;
class GitProcessorTest extends TestCase
{

View File

@@ -27,7 +27,7 @@ function tester($handler, $record)
namespace Monolog\Processor;
use Monolog\Logger;
use Monolog\TestCase;
use Monolog\Test\TestCase;
use Monolog\Handler\TestHandler;
class IntrospectionProcessorTest extends TestCase

View File

@@ -11,7 +11,7 @@
namespace Monolog\Processor;
use Monolog\TestCase;
use Monolog\Test\TestCase;
class MemoryPeakUsageProcessorTest extends TestCase
{

View File

@@ -11,7 +11,7 @@
namespace Monolog\Processor;
use Monolog\TestCase;
use Monolog\Test\TestCase;
class MemoryUsageProcessorTest extends TestCase
{

View File

@@ -11,7 +11,7 @@
namespace Monolog\Processor;
use Monolog\TestCase;
use Monolog\Test\TestCase;
class ProcessIdProcessorTest extends TestCase
{

View File

@@ -11,7 +11,7 @@
namespace Monolog\Processor;
use Monolog\TestCase;
use Monolog\Test\TestCase;
class TagProcessorTest extends TestCase
{

View File

@@ -11,7 +11,7 @@
namespace Monolog\Processor;
use Monolog\TestCase;
use Monolog\Test\TestCase;
class UidProcessorTest extends TestCase
{

View File

@@ -11,7 +11,7 @@
namespace Monolog\Processor;
use Monolog\TestCase;
use Monolog\Test\TestCase;
class WebProcessorTest extends TestCase
{