moodle/payment
Eloy Lafuente (stronk7) 035f282739 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:39:37 +01:00
..
amd MDL-71113 js: Fix all jsdoc warnings 2021-06-18 09:38:05 +08:00
classes MDL-70459 core_payment: use array_merge to merge currencies 2020-12-16 22:30:52 +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-18 23:25:06 +11:00
tests MDL-73278 phpunit: Add missing payment subsystem and fix dataprovider 2021-12-09 10:39:37 +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