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: | 118 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
item_verb_test:: (5 methods):
test_creation()
test_create_from_id()
create_from_id_provider()
test_invalid_data()
invalid_data_provider()
Class: item_verb_test - X-Ref
Contains test cases for testing statement verb class.test_creation() X-Ref |
Test item creation. |
test_create_from_id(string $id) X-Ref |
Test item creation from string. param: string $id Object string ID (IRI or not) |
create_from_id_provider() X-Ref |
Data provider for the test_create_from_id tests. return: array |
test_invalid_data(string $id) X-Ref |
Test for invalid structures. param: string $id |
invalid_data_provider() X-Ref |
Data provider for the test_invalid_data tests. return: array |