Fixtures for Inbound Message tests.
Copyright: | 2014 Andrew Nicols |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 91 lines (2 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
handler_base:: (3 methods):
get_description()
get_name()
process_message()
handler_one:: (0 methods):
handler_two:: (0 methods):
handler_three:: (0 methods):
handler_four:: (0 methods):
Class: handler_base - X-Ref
A base handler for unit testing.get_description() X-Ref |
Get the description for unit tests. |
get_name() X-Ref |
Get the name for unit tests. |
process_message(\stdClass $record, \stdClass $messagedata) X-Ref |
Process a message for unit tests. param: stdClass $record The record to process param: stdClass $messagedata The message data |