Releases: thojou/ilias-plugin-utils
Releases · thojou/ilias-plugin-utils
v8.0.0
v7.0.0
Release 1.0.1
Changelog
- Fix composer.json autoloading definition.
Release 1.0.0
This is the initial release of the ilias-plugin-utils library. 🚀
📦 Key Features:
- Dependency Injection with
PluginContainer
: Manage dependencies and services for your plugin. - Extract essential information from your plugin's composer.json file with
PluginInfo
. - Test Bootstrap using
bootstrap.php
for setting up the test environment. - Base test case classes for GUI-related and plugin-related tests:
AbstractGUITestCase
andAbstractPluginTestCase
. - Test Traits to simplify testing:
ContainerMockHelperTrait
,ConfigGUIHelperTrait
,CommonHelperTrait
,PageComponentHelperTrait
, andPluginHelperTrait
.