mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Removed all uinnecessary usages of equalsTo param constraint
This commit is contained in:
@@ -34,7 +34,7 @@ class PixelActionTest extends TestCase
|
||||
{
|
||||
$shortCode = 'abc123';
|
||||
$this->urlResolver->expects($this->once())->method('resolveEnabledShortUrl')->with(
|
||||
$this->equalTo(ShortUrlIdentifier::fromShortCodeAndDomain($shortCode, '')),
|
||||
ShortUrlIdentifier::fromShortCodeAndDomain($shortCode, ''),
|
||||
)->willReturn(ShortUrl::withLongUrl('http://domain.com/foo/bar'));
|
||||
$this->requestTracker->expects($this->once())->method('trackIfApplicable')->withAnyParameters();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user