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