mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 01:32:22 +01:00
commit
4d9834f9aa
@ -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