Fixed coding styles

This commit is contained in:
Alejandro Celaya 2022-10-23 18:29:32 +02:00
parent 6e836b5fd9
commit 5e02cfe375

View file

@ -82,7 +82,9 @@ class NotifyNewShortUrlToMercureTest extends TestCase
ShortUrl::class,
'123',
)->willReturn($shortUrl);
$this->updatesGenerator->expects($this->once())->method('newShortUrlUpdate')->with($shortUrl)->willReturn($update);
$this->updatesGenerator->expects($this->once())->method('newShortUrlUpdate')->with($shortUrl)->willReturn(
$update,
);
$this->helper->expects($this->once())->method('publishUpdate')->with($update)->willThrowException($e);
$this->logger->expects($this->never())->method('warning');
$this->logger->expects($this->once())->method('debug')->with(