add exception in test failed

This commit is contained in:
odain
2020-07-15 11:13:48 +02:00
parent a3e6600195
commit d353d56e7b

View File

@@ -207,7 +207,7 @@ CONF;
rename($tmpSavePath, $sConfigPath);
}
$this->assertTrue(false, "failed writetofile with no initial file");
$this->assertTrue(false, "failed writetofile with no initial file: " . $e->getMessage());
}
}