Behat data generator for core_payment.
Copyright: | 2020 Marina Glancy |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 72 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
behat_core_payment_generator:: (2 methods):
get_creatable_entities()
get_account_id()
Class: behat_core_payment_generator - X-Ref
Behat data generator for core_payment.get_creatable_entities() X-Ref |
Get a list of the entities that can be created. return: array entity name => information about how to generate. |
get_account_id(string $accountname) X-Ref |
Look up the id of a account from its name. param: string $accountname return: int corresponding id. |