Differences Between: [Versions 310 and 311] [Versions 311 and 402] [Versions 311 and 403] [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: | 122 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
item_attachment_test:: (4 methods):
test_create()
get_generic_data()
test_invalid_values()
invalid_values_data()
Class: item_attachment_test - X-Ref
Contains test cases for testing statement attachment class.test_create() X-Ref |
Test item creation. |
get_generic_data() X-Ref |
return a generic data to create a valid item. return: sdtClass the creation data |
test_invalid_values(string $attr, $newvalue) X-Ref |
Test for invalid values. param: string $attr attribute to modify param: mixed $newvalue new value (null means unset) |
invalid_values_data() X-Ref |
Data provider for the test_invalid_values tests. return: array |