Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 310] [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

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

Defines 1 class


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.