Merge pull request #271 from panakour/patch-1

Update LoggerTest.php
This commit is contained in:
Dominik Liebler 2017-04-03 08:23:55 +02:00 committed by GitHub
commit 4d9834f9aa

View File

@ -12,7 +12,7 @@ class LoggerTest extends TestCase
public function testNullObject()
{
$service = new Service(new NullLogger());
$this->expectOutputString(null);
$this->expectOutputString('');
$service->doSomething();
}