Kanboard now requires PHP >= 7.2 since other versions are deprecated
This commit is contained in:
@@ -151,7 +151,7 @@ class LdapGroupTest extends Base
|
||||
|
||||
public function testGetBaseDnNotConfigured()
|
||||
{
|
||||
$this->setExpectedException('\LogicException');
|
||||
$this->expectException('\LogicException');
|
||||
|
||||
$group = new Group($this->query);
|
||||
$group->getBasDn();
|
||||
|
||||
Reference in New Issue
Block a user