Provides the {@link \tool_policy\test\helper} class.
Copyright: | 2018 David Mudrák <david@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 88 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
helper:: (2 methods):
add_policy()
create_versions()
add_policy($params = []) X-Ref |
Helper method that creates a new policy for testing param: array $params return: policy_version |
create_versions($numversions = 2) X-Ref |
Helper method that prepare a policy document with some versions. param: int $numversions The number of policy versions to create. return: array Array with all the policy versions created. |