Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]
Types unit tests for the Subsystem Link.
Copyright: | 2018 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 115 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
core_privacy_metadata_types_user_preference:: (5 methods):
test_invalid_configs()
test_invalid_configs_debug_normal()
test_valid_configs()
invalid_string_provider()
valid_string_provider()
Class: core_privacy_metadata_types_user_preference - X-Ref
Tests for the \core_privacy API's types\user_preference functionality.test_invalid_configs($name, $summary) X-Ref |
Ensure that warnings are thrown if string identifiers contain invalid characters. param: string $name Name param: string $summary Summary |
test_invalid_configs_debug_normal($name, $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: string $summary Summary |
test_valid_configs($name, $summary) X-Ref |
Ensure that no warnings are shown for valid combinations. param: string $name Name 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 |