1
0
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:
Cameron
2022-12-12 15:00:30 -08:00
parent 0ae82a7d78
commit d12d3f1333
7 changed files with 2641 additions and 2222 deletions

View File

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