(no description)
File Size: | 131 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
set_plugin_state_test:: (4 methods):
test_execute()
execute_standard_provider()
test_execute_no_login()
test_execute_no_capability()
Class: set_plugin_state_test - X-Ref
Unit tests to configure the enabled/disabled state of a plugin.test_execute(string $plugin,?int $initialstate,int $newstate,int $notificationcount,) X-Ref |
Text execute method. param: string $plugin The name of the plugin param: int|null $initialstate The initial state of the plugin param: int $newstate The target state param: int $notificationcount The number of notifications expected |
execute_standard_provider() X-Ref |
Data provider for base tests of the execute method. return: array |
test_execute_no_login() X-Ref |
Test execute method with no login. |
test_execute_no_capability() X-Ref |
Test execute method with no login. |