Differences Between: [Versions 400 and 402] [Versions 401 and 402] [Versions 402 and 403]
(no description)
File Size: | 66 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 2 times |
Includes or requires: | 0 files |
mod_lti_testcase:: (2 methods):
generate_tool_type()
generate_tool_proxy()
Class: mod_lti_testcase - X-Ref
Abstract base testcase for mod_lti unit tests.generate_tool_type(string $uniqueid, ?int $toolproxyid = null) X-Ref |
Generate a tool type. param: string $uniqueid Each tool type needs a different base url. Provide a unique string for every tool type created. param: int|null $toolproxyid Optional proxy to associate with tool type. return: stdClass A tool type. |
generate_tool_proxy(string $uniqueid) X-Ref |
Generate a tool proxy. param: string $uniqueid Each tool proxy needs a different reg url. Provide a unique string for every tool proxy created. return: stdClass A tool proxy. |