Fixed coding styles

This commit is contained in:
Alejandro Celaya 2022-10-22 10:03:28 +02:00
parent 8298f9d491
commit dbe35cf567

View File

@ -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)();