Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403] [Versions 39 and 310]
The exported_posts builder tests.
Copyright: | 2019 Ryan Wyllie <ryan@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 524 lines (22 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file mod/forum/tests/generator_trait.php |
mod_forum_builders_exported_posts_testcase:: (11 methods):
setUp()
tearDown()
convert_to_entities()
test_build_throws_exception_on_missing_forums()
test_build_throws_exception_on_missing_discussions()
test_build_returns_posts_in_order()
test_build_loads_authors()
test_build_loads_attachments()
test_build_loads_author_groups()
test_build_loads_tags()
test_build_loads_read_receipts()
Class: mod_forum_builders_exported_posts_testcase - X-Ref
The exported_posts builder tests.setUp() X-Ref |
Set up function for tests. |
tearDown() X-Ref |
Tear down function for tests. |
convert_to_entities(array $forums, array $discussions, array $posts) X-Ref |
Convert the stdClass values into their proper entity classes. param: stdClass[] $forums List of forums param: stdClass[] $discussions List of discussions param: stdClass[] $posts List of posts return: array |
test_build_throws_exception_on_missing_forums() X-Ref |
Test the build function throws exception if not given all of the forums for the list of posts. |
test_build_throws_exception_on_missing_discussions() X-Ref |
Test the build function throws exception if not given all of the discussions for the list of posts. |
test_build_returns_posts_in_order() X-Ref |
Test the build function returns the exported posts in the order that the posts are given. |
test_build_loads_authors() X-Ref |
Test the build function loads authors. |
test_build_loads_attachments() X-Ref |
Test the build function loads attachments. |
test_build_loads_author_groups() X-Ref |
Test the build function loads author groups. |
test_build_loads_tags() X-Ref |
Test the build function loads tags. |
test_build_loads_read_receipts() X-Ref |
Test the build function loads read_receipts. |