Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]
(no description)
File Size: | 520 lines (22 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file mod/forum/tests/generator_trait.php |
builders_exported_posts_test:: (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: builders_exported_posts_test - 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. |