Differences Between: [Versions 310 and 311] [Versions 39 and 311]
This file contains unit test related to xAPI library.
Copyright: | 2020 Ferran Recio |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 193 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
item_activity_test:: (7 methods):
test_creation()
test_create_from_id()
create_from_id_provider()
test_invalid_data()
invalid_data_provider()
test_missing_object_type()
test_inexistent_agent()
Class: item_activity_test - X-Ref
Contains test cases for testing statement activity class.test_creation() X-Ref |
Test item creation. |
test_create_from_id(string $id, bool $usedefinition) X-Ref |
Test item creation from string. param: string $id Object string ID (IRI or not) param: bool $usedefinition if a valir definition must be attached or not |
create_from_id_provider() X-Ref |
Data provider for the test_create_from_id tests. return: array |
test_invalid_data(string $type, string $id) X-Ref |
Test for invalid structures. param: string $type objectType attribute param: string $id activity ID |
invalid_data_provider() X-Ref |
Data provider for the test_invalid_data tests. return: array |
test_missing_object_type() X-Ref |
Test for missing object type. |
test_inexistent_agent() X-Ref |
Test for invalid activity objectType. |