mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-25 01:01:19 +02:00
Update LoggerTest.php
This commit is contained in:
committed by
GitHub
parent
52cadb4553
commit
284003c95d
@@ -12,7 +12,7 @@ class LoggerTest extends TestCase
|
|||||||
public function testNullObject()
|
public function testNullObject()
|
||||||
{
|
{
|
||||||
$service = new Service(new NullLogger());
|
$service = new Service(new NullLogger());
|
||||||
$this->expectOutputString(null);
|
$this->expectOutputString('');
|
||||||
$service->doSomething();
|
$service->doSomething();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user