mirror of
https://github.com/shlinkio/shlink.git
synced 2025-04-01 22:35:07 +03:00
Fixed coding styles
This commit is contained in:
parent
8298f9d491
commit
dbe35cf567
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class UpdateGeoLiteDbTest extends TestCase
|
||||||
): void {
|
): void {
|
||||||
$this->dbUpdater->expects($this->once())->method('checkDbUpdate')->withAnyParameters()->willReturn($result);
|
$this->dbUpdater->expects($this->once())->method('checkDbUpdate')->withAnyParameters()->willReturn($result);
|
||||||
$this->eventDispatcher->expects($this->exactly($expectedDispatches))->method('dispatch')->with(
|
$this->eventDispatcher->expects($this->exactly($expectedDispatches))->method('dispatch')->with(
|
||||||
$this->equalTo(new GeoLiteDbCreated())
|
$this->equalTo(new GeoLiteDbCreated()),
|
||||||
);
|
);
|
||||||
|
|
||||||
($this->listener)();
|
($this->listener)();
|
||||||
|
|
Loading…
Add table
Reference in a new issue