| [ Index ] |
PHP Cross Reference of Moodle 310 |
[Source view] [Print] [Project Stats]
Type unit tests for the Database Table.
| Copyright: | 2018 Andrew Nicols <andrew@nicols.co.uk> |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 148 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
core_privacy_metadata_types_database_table:: (5 methods):
test_invalid_configs()
test_invalid_configs_debug_normal()
test_valid_configs()
invalid_string_provider()
valid_string_provider()
Class: core_privacy_metadata_types_database_table - X-Ref
Tests for the \core_privacy API's types\database_table functionality.| test_invalid_configs($name, $fields, $summary) X-Ref |
| Ensure that warnings are thrown if string identifiers contain invalid characters. param: string $name Name param: array $fields List of fields param: string $summary Summary |
| test_invalid_configs_debug_normal($name, $fields, $summary) X-Ref |
| Ensure that warnings are not thrown if debugging is not enabled, even if string identifiers contain invalid characters. param: string $name Name param: array $fields List of fields param: string $summary Summary |
| test_valid_configs($name, $fields, $summary) X-Ref |
| Ensure that no warnings are shown for valid combinations. param: string $name Name param: array $fields List of fields param: string $summary Summary |
| invalid_string_provider() X-Ref |
| Data provider with a list of invalid string identifiers. return: array |
| valid_string_provider() X-Ref |
| Data provider with a list of valid string identifiers. return: array |
| Generated: Wed Jan 22 11:59:49 2025 | Cross-referenced by PHPXref 0.7.1 |