Kanboard now requires PHP >= 7.2 since other versions are deprecated
This commit is contained in:
@@ -18,7 +18,7 @@ class UserValidatorTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
public function testWithNotAuthorizedHosts()
|
||||
{
|
||||
$this->setExpectedException('\JsonRPC\Exception\AuthenticationFailureException');
|
||||
$this->expectException('\JsonRPC\Exception\AuthenticationFailureException');
|
||||
UserValidator::validate(array('user' => 'pass'), 'user', 'wrong password');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user