moodle/payment
Eloy Lafuente (stronk7) 935742572d MDL-73278 phpunit: Add missing payment subsystem and fix dataprovider
While testing the changed unit tests one by one, the
payment/tests/helper_test.php was failing because of a mismatch
between the dataProvider data and the param type.

That made me think why that error was not popping in complete runs
and the answer is that the new (3.10) subsystem is not in the
phpunit.xml.dist file.

Hence, adding it and fixing the dataProvider mismatch.

Finally, it has been detected that some old ICU versions (< 62)
have an incorrect behaviour, not adding the required non-breaking
white-space between the currency abbreviation and the value. So
we are skipping some payment tests if that's found.
2021-12-09 10:36:51 +01:00
..
amd MDL-71113 js: Fix all jsdoc warnings 2021-06-18 09:38:05 +08:00
classes MDL-70287 core_payment: Redirect user to the successurl after payment 2021-02-24 22:47:22 +11:00
gateway/paypal MDL-71113 js: Fix all jsdoc warnings 2021-06-18 09:38:05 +08:00
templates MDL-70237 payment: Allow html tags in gateway description 2020-11-19 16:09:16 +11:00
tests MDL-73278 phpunit: Add missing payment subsystem and fix dataprovider 2021-12-09 10:36:51 +01:00
accounts.php MDL-69166 core_payment: Renamed plugintype name from pg to paygw 2020-10-27 15:45:23 +11:00
manage_account.php MDL-69166 core_payment: Renamed plugintype name from pg to paygw 2020-10-27 15:45:23 +11:00
manage_gateway.php MDL-69166 core_payment: Renamed plugintype name from pg to paygw 2020-10-27 15:45:23 +11:00
upgrade.txt MDL-70287 core_payment: Add get_success_url to service_provider 2021-02-24 22:47:21 +11:00