Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 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 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403] [Versions 39 and 310]

Search engine base unit tests.

Copyright: 2017 Matt Porritt <mattp@catalyst-au.net>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 397 lines (17 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 search/tests/fixtures/testable_core_search.php

Defines 1 class


Class: search_base_activity_testcase  - X-Ref

Search engine base unit tests.

setUp()   X-Ref


tearDown()   X-Ref
No description

test_get_search_fileareas_base()   X-Ref
Test base activity get search fileareas


test_attach_files_base()   X-Ref
Test base attach files


test_get_document_recordset()   X-Ref
Tests getting the recordset.


recordset_to_indexed_array(moodle_recordset $rs)   X-Ref
Utility function to convert recordset to array for testing.

param: moodle_recordset $rs Recordset to convert
return: array Array indexed by number (0, 1, 2, ...)

records_to_ids(array $recs)   X-Ref
Utility function to convert records to array of IDs.

param: array $recs Records which should have an 'id' field
return: array Array of ids

test_get_doc_url()   X-Ref
Tests the get_doc_url function.


test_check_access()   X-Ref
Tests the check_access function.


test_get_contexts_to_reindex()   X-Ref
Tests the module version of get_contexts_to_reindex, which is supposed to return all the
activity contexts in order of date added.


test_get_doc_icon()   X-Ref
Test document icon.