Kanboard now requires PHP >= 7.2 since other versions are deprecated
This commit is contained in:
@@ -8,7 +8,7 @@ class ExternalTaskManagerTest extends Base
|
||||
{
|
||||
public function testProviderNotFound()
|
||||
{
|
||||
$this->setExpectedException('Kanboard\Core\ExternalTask\ProviderNotFoundException');
|
||||
$this->expectException('Kanboard\Core\ExternalTask\ProviderNotFoundException');
|
||||
|
||||
$manager = new ExternalTaskManager();
|
||||
$manager->getProvider('foobar');
|
||||
|
||||
Reference in New Issue
Block a user