mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-08 08:13:11 +08:00
Invoke PHPUnit's assertions statically
This commit is contained in:
@@ -14,6 +14,6 @@ class VerifyAuthenticationExceptionTest extends TestCase
|
||||
{
|
||||
$e = VerifyAuthenticationException::forInvalidApiKey();
|
||||
|
||||
$this->assertEquals('Provided API key does not exist or is invalid.', $e->getMessage());
|
||||
self::assertEquals('Provided API key does not exist or is invalid.', $e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user