1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

More logging for intermittent e_plugin test failures

This commit is contained in:
Nick Liu
2020-02-29 19:11:17 +01:00
parent 331aa5f99e
commit b3a30c0059

View File

@@ -26,7 +26,7 @@
}
catch (Exception $e)
{
$this->assertTrue(false, "Couldn't load e_plugin object");
$this->assertTrue(false, "Couldn't load e_plugin object: $e");
}
}