Fix tests (remove superfluous second parameter)

This commit is contained in:
nupplaPhil 2020-01-18 13:48:29 +01:00
parent 921845c3bd
commit 1c49f1169f
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
6 changed files with 12 additions and 27 deletions

View file

@ -22,7 +22,7 @@ class CurlResultTest extends TestCase
$logger = new NullLogger();
$dice->shouldReceive('create')
->with(LoggerInterface::class, [])
->with(LoggerInterface::class)
->andReturn($logger);
DI::init($dice);