1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01: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
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

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");
}
}