mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fixed coding styles
This commit is contained in:
parent
6e836b5fd9
commit
5e02cfe375
@ -82,7 +82,9 @@ class NotifyNewShortUrlToMercureTest extends TestCase
|
|||||||
ShortUrl::class,
|
ShortUrl::class,
|
||||||
'123',
|
'123',
|
||||||
)->willReturn($shortUrl);
|
)->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->helper->expects($this->once())->method('publishUpdate')->with($update)->willThrowException($e);
|
||||||
$this->logger->expects($this->never())->method('warning');
|
$this->logger->expects($this->never())->method('warning');
|
||||||
$this->logger->expects($this->once())->method('debug')->with(
|
$this->logger->expects($this->once())->method('debug')->with(
|
||||||
|
Loading…
Reference in New Issue
Block a user