Rename wrong filename

refs #4417
This commit is contained in:
Jannis Moßhammer 2013-07-19 11:46:25 +02:00
parent 76a3ef86c1
commit 340554a58c
2 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class ListControllerHostMySQLTest extends MonitoringControllerTest
$this->setupFixture($fixture, $backend);
} catch (\PDOException $e) {
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;
}
$controller = $this->requireController('ListController', $backend);