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]

(no description)

File Size: 227 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: exportable_stored_file_test  - X-Ref

Unit tests for the `exportable_stored_file` export item class.

test_create_from_area_params_no_files()   X-Ref
Ensure that the create_from_area_params function returns an array.


test_create_from_area_params_no_itemid()   X-Ref
Ensure that the create_from_area_params function returns a set of exportable_stored_file items, for all itemids.


test_create_from_area_params_specified_itemid()   X-Ref
Ensure that the create_from_area_params function returns a set of exportable_stored_file items, for the requested
itemid


test_create_from_area_params_in_subdir()   X-Ref
Ensure that the create_from_area_params function returns a set of exportable_stored_file items, for the requested
itemid


create_files(context $context, string $component, string $filearea, int $itemid, int $count = 1)   X-Ref
Create files for use in testing.

param: context $context
param: string $component
param: string $filearea
param: int $itemid
param: int $count
return: stored_file[]

assert_exportable_matches_file(string $component,stdClass $user,context $context,string $filearea,string $subdir,stored_file $file,exportable_stored_file $exportable)   X-Ref
Assert that the supplied expotable matches the supplied file.

param: string $component
param: stdClass $user
param: context $context
param: string $filearea
param: string $subdir
param: stored_file $file
param: exportable_stored_file $exportable