mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
More logging for intermittent e_plugin test failures
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user