See Release Notes
Long Term Support Release
Differences Between: [Versions 39 and 310] [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]
Test \core\dml\recordset_walk.
Copyright: | 2015 David Monllao |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 137 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
core_recordset_walk_testcase:: (6 methods):
setUp()
test_no_data()
test_simple_callback()
test_extra_params_callback()
simple_callback()
extra_callback()
Class: core_recordset_walk_testcase - X-Ref
Test case for recordset_walk.setUp() X-Ref |
No description |
test_no_data() X-Ref |
No description |
test_simple_callback() X-Ref |
No description |
test_extra_params_callback() X-Ref |
No description |
simple_callback($data, $nothing = 'notpassed') X-Ref |
Simple callback requiring 1 row fields. param: stdClass $data return: \Traversable |
extra_callback($data, $extra) X-Ref |
Callback requiring 1 row fields + other params. param: stdClass $data param: mixed $extra return: \Traversable |