mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 15:23:12 +08:00
Improved domain exception tests to cover more possible mutants
This commit is contained in:
@@ -21,7 +21,7 @@ class MissingAuthenticationException extends RuntimeException implements Problem
|
||||
public static function fromExpectedTypes(array $expectedTypes): self
|
||||
{
|
||||
$e = new self(sprintf(
|
||||
'Expected one of the following authentication headers, but none were provided, ["%s"]',
|
||||
'Expected one of the following authentication headers, ["%s"], but none were provided',
|
||||
implode('", "', $expectedTypes)
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user