Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

Defines 1 class


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.