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 402] [Versions 311 and 403] [Versions 39 and 311]

Unit test for recent repository

Author: Nathan Nguyen <nathannguyen@catalyst-au.net>
Copyright: Catalyst IT
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 218 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: lib_test  - X-Ref

Unit test for recent repository

setUp()   X-Ref
SetUp to create an repository instance.


test_get_listing_with_duplicate_file()   X-Ref
Test get listing


test_get_listing_with_reference_file()   X-Ref
Test get listing reference file


test_get_listing_number_limit()   X-Ref
Test number limit


test_get_listing_time_limit()   X-Ref
Test time limit


create_multiple_test_files($filearea, $numberoffiles)   X-Ref
Create multiple test file

param: string $filearea file area
param: int $numberoffiles number of files to be created

create_test_file($filename, $filearea, $itemid = 0)   X-Ref
Create test file

param: string $filename file name
param: string $filearea file area
param: int $itemid item id
return: stored_file the newly created file

create_reference_file($file, $filename, $filearea, $itemid = 0)   X-Ref
Create reference file

param: stored_file $file source file
param: string $filename file name
param: string $filearea file area
param: int $itemid item id
return: stored_file the newly created file