Differences Between: [Versions 400 and 403]
(no description)
File Size: | 315 lines (13 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
custom_fields_test:: (9 methods):
generate_customfields()
test_get_columns()
test_add_join()
test_add_joins()
test_get_filters()
test_custom_report_content()
custom_report_filter_provider()
test_custom_report_filter()
test_stress_datasource()
Class: custom_fields_test - X-Ref
Unit tests for custom fields helpergenerate_customfields() X-Ref |
Generate custom fields, one of each type return: custom_fields |
test_get_columns() X-Ref |
Test for get_columns |
test_add_join() X-Ref |
Test for add_join |
test_add_joins() X-Ref |
Test for add_joins |
test_get_filters() X-Ref |
Test for get_filters |
test_custom_report_content() X-Ref |
Test that adding custom field columns to a report returns expected values |
custom_report_filter_provider() X-Ref |
Data provider for {@see test_custom_report_filter} return: array[] |
test_custom_report_filter(string $filtername, array $filtervalues, bool $expectmatch) X-Ref |
Test filtering report by custom fields param: string $filtername param: array $filtervalues param: bool $expectmatch |
test_stress_datasource() X-Ref |
Stress test course datasource using custom fields In order to execute this test PHPUNIT_LONGTEST should be defined as true in phpunit.xml or directly in config.php |