mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
76a3ef86c1
commit
340554a58c
@ -63,7 +63,7 @@ class ListControllerHostMySQLTest extends MonitoringControllerTest
|
|||||||
$this->setupFixture($fixture, $backend);
|
$this->setupFixture($fixture, $backend);
|
||||||
} catch (\PDOException $e) {
|
} catch (\PDOException $e) {
|
||||||
echo $e->getMessage();
|
echo $e->getMessage();
|
||||||
$this->markTestSkipped('Could not setup fixture for backends '.implode(',',$backends).' :'.$e->getMessage());
|
$this->markTestSkipped('Could not setup fixture for backends '.$backend.' :'.$e->getMessage());
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
$controller = $this->requireController('ListController', $backend);
|
$controller = $this->requireController('ListController', $backend);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user