Unit test fixes

This commit is contained in:
Dennis Eichhorn 2016-04-22 17:44:28 +02:00
parent 8a8e998953
commit 6ad32d2789

View File

@ -98,8 +98,6 @@ class MediaMapper extends DataMapperAbstract
$this->db->con->prepare($query->toSql())->execute();
} catch (\Exception $e) {
var_dump($e);
return false;
}