mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Increased MSI to 65% (for sure this time)
This commit is contained in:
parent
f48f98f4d7
commit
b8faa6714a
@ -82,7 +82,7 @@ class ListShortUrlsCommandTest extends TestCase
|
|||||||
$data[] = new ShortUrl('url_' . $i);
|
$data[] = new ShortUrl('url_' . $i);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->shortUrlService->listShortUrls(Argument::cetera())->willReturn(new Paginator(new ArrayAdapter($data)))
|
$this->shortUrlService->listShortUrls(1, null, [], null)->willReturn(new Paginator(new ArrayAdapter($data)))
|
||||||
->shouldBeCalledOnce();
|
->shouldBeCalledOnce();
|
||||||
|
|
||||||
$this->commandTester->setInputs(['n']);
|
$this->commandTester->setInputs(['n']);
|
||||||
|
@ -42,7 +42,7 @@ class ValidationException extends RuntimeException
|
|||||||
* @param \Throwable|null $prev
|
* @param \Throwable|null $prev
|
||||||
* @return ValidationException
|
* @return ValidationException
|
||||||
*/
|
*/
|
||||||
public static function fromArray(array $invalidData, Throwable $prev = null): self
|
private static function fromArray(array $invalidData, Throwable $prev = null): self
|
||||||
{
|
{
|
||||||
return new self(
|
return new self(
|
||||||
sprintf(
|
sprintf(
|
||||||
|
Loading…
Reference in New Issue
Block a user