Kanboard now requires PHP >= 7.2 since other versions are deprecated
This commit is contained in:
@@ -8,7 +8,7 @@ class LdapBackendGroupProviderTest extends Base
|
||||
{
|
||||
public function testGetLdapGroupPattern()
|
||||
{
|
||||
$this->setExpectedException('LogicException', 'LDAP group filter empty, check the parameter LDAP_GROUP_FILTER');
|
||||
$this->expectException('LogicException', 'LDAP group filter empty, check the parameter LDAP_GROUP_FILTER');
|
||||
|
||||
$backend = new LdapBackendGroupProvider($this->container);
|
||||
$backend->getLdapGroupPattern('test');
|
||||
|
||||
Reference in New Issue
Block a user