From dbe35cf567a8883a94e469b694219fa061b65d15 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 22 Oct 2022 10:03:28 +0200 Subject: [PATCH] Fixed coding styles --- module/Core/test/EventDispatcher/UpdateGeoLiteDbTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Core/test/EventDispatcher/UpdateGeoLiteDbTest.php b/module/Core/test/EventDispatcher/UpdateGeoLiteDbTest.php index 5d916a90..93cde57c 100644 --- a/module/Core/test/EventDispatcher/UpdateGeoLiteDbTest.php +++ b/module/Core/test/EventDispatcher/UpdateGeoLiteDbTest.php @@ -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)();