1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-08 14:16:42 +02:00
This commit is contained in:
Jordi Boggiano
2015-03-01 14:12:35 +00:00
parent 951f024bfb
commit 995a61bec8
9 changed files with 25 additions and 16 deletions

View File

@@ -11,8 +11,6 @@
namespace Monolog;
use Monolog\Logger;
use Monolog\Registry;
class RegistryTest extends \PHPUnit_Framework_TestCase
{
@@ -40,6 +38,7 @@ class RegistryTest extends \PHPUnit_Framework_TestCase
$logger1 = new Logger('test1');
$logger2 = new Logger('test2');
$logger3 = new Logger('test3');
return array(
// only instances
array(