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
6e836b5fd9
commit
5e02cfe375
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user