mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-04 22:17:25 +02:00
@@ -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