mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-17 11:22:13 +05:30
Update dependencies and fix PHPUnit tests
This commit is contained in:
@@ -7,11 +7,10 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
class CryptKeyTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @expectedException \LogicException
|
||||
*/
|
||||
public function testNoFile()
|
||||
{
|
||||
$this->expectException(\LogicException::class);
|
||||
|
||||
new CryptKey('undefined file');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user