mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 03:54:09 +02:00
Closes #3701 Plugin builder class moved to its own file. Default plugin icons are now created if an images/ folder is not found. Simple test added for detecting PHP notices etc. Some cleanup of generated code.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
}
|
||||
catch(Exception $e)
|
||||
{
|
||||
$this->assertTrue(false, "Couldn't load UserHandler object");
|
||||
$this->fail("Couldn't load UserHandler object");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user