(no description)
File Size: | 172 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
set_plugin_order_test:: (6 methods):
test_execute_editors()
execute_editor_provider()
test_execute_editors_non_orderable()
execute_non_orderable_provider()
test_execute_no_login()
test_execute_no_capability()
Class: set_plugin_order_test - X-Ref
Unit tests to configure the plugin order.test_execute_editors(string $initialstate,string $plugin,int $direction,array $neworder,string $newstate,) X-Ref |
Text execute method for editor plugins, which support ordering. param: string $initialstate The initial state of the plugintype param: string $plugin The name of the plugin param: int $direction param: array $neworder param: string $newstate |
execute_editor_provider() X-Ref |
Data provider for base tests of the execute method. return: array |
test_execute_editors_non_orderable(string $plugin) X-Ref |
Text execute method for plugins which do not support ordering. param: string $plugin |
execute_non_orderable_provider() X-Ref |
No description |
test_execute_no_login() X-Ref |
Test execute method with no login. |
test_execute_no_capability() X-Ref |
Test execute method with no login. |