moodle/payment/tests
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
..
behat MDL-69166 core_payment: addressing integration review 2020-10-27 15:45:00 +11:00
generator MDL-69166 core_payment: Rename componentid to itemid 2020-10-27 15:45:25 +11:00
generator_test.php MDL-73278 phpunit: Rename already namespaced classes to match file name 2021-12-07 23:54:34 +01:00
helper_test.php MDL-73278 phpunit: Add missing payment subsystem and fix dataprovider 2021-12-09 10:36:51 +01:00