mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
Fixed coding styles
This commit is contained in:
parent
8298f9d491
commit
dbe35cf567
@ -123,7 +123,7 @@ class UpdateGeoLiteDbTest extends TestCase
|
||||
): void {
|
||||
$this->dbUpdater->expects($this->once())->method('checkDbUpdate')->withAnyParameters()->willReturn($result);
|
||||
$this->eventDispatcher->expects($this->exactly($expectedDispatches))->method('dispatch')->with(
|
||||
$this->equalTo(new GeoLiteDbCreated())
|
||||
$this->equalTo(new GeoLiteDbCreated()),
|
||||
);
|
||||
|
||||
($this->listener)();
|
||||
|
Loading…
Reference in New Issue
Block a user