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 |
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 |