mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-23 08:11:17 +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()
|
||||
{
|
||||
$service = new Service(new NullLogger());
|
||||
$this->expectOutputString(null);
|
||||
$this->expectOutputString('');
|
||||
$service->doSomething();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user