|
| add_full_mocked_plugintype (string $plugintype, string $path, bool $subpluginsupport=false) |
| Add a mocked plugintype at the component sources level, allowing core\component to pick up the type and its plugins.
|
|
| delete_full_mocked_plugintype (string $plugintype,) |
| Helper to delete a mocked plugin type at the component sources level.
|
|
| deprecate_full_mocked_plugintype (string $plugintype,) |
| Helper to deprecate a mocked plugin type at the component sources level.
|
|
| fully_reset_component_after_test (bool $reset=true) |
| Call this method to force the component cache to be fully reset after each test.
|
|
| reset_component_cache () |
| Reset the component cache.
|
|