Kanboard now requires PHP >= 7.2 since other versions are deprecated
This commit is contained in:
@@ -77,7 +77,7 @@ class ClientTest extends PHPUnit_Framework_TestCase
|
||||
),
|
||||
)));
|
||||
|
||||
$this->setExpectedException('BadFunctionCallException');
|
||||
$this->expectException('BadFunctionCallException');
|
||||
$client->execute('methodA', array('a' => 'b'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user