mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Reduced amount of dead lines in tests
This commit is contained in:
@@ -23,7 +23,7 @@ class AuthenticationExceptionTest extends TestCase
|
||||
$this->assertEquals('The token has expired.', $e->getMessage());
|
||||
}
|
||||
|
||||
public function providePrev()
|
||||
public function providePrev(): iterable
|
||||
{
|
||||
yield 'with previous exception' => [new Exception('Prev')];
|
||||
yield 'without previous exception' => [null];
|
||||
|
||||
Reference in New Issue
Block a user