Unit tests for core\content class.
Copyright: | 2020 Michael Hawkins <michaelh@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 119 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
content_test:: (2 methods):
test_can_export_context_course()
test_can_export_context_unsupported_context()
Class: content_test - X-Ref
Unit tests for core\content class.test_can_export_context_course() X-Ref |
A test to confirm only valid cases allow exporting of course content. |
test_can_export_context_unsupported_context() X-Ref |
A test to confirm unsupported contexts will return false when checking whether content can be exported. |