moodle/privacy
Eloy Lafuente (stronk7) f94195c320 MDL-67673 phpunit: Remove deprecated assertInternalType()
While this is not strictly required, because removal will
happen in PHPUnit 9.0, we are already getting rid of all
uses in core.

From release notes:https://phpunit.de/announcements/phpunit-8.html

assertInternalType() is deprecated and will be removed in
PHPUnit 9. Refactor your test to use assertIsArray(), assertIsBool(),
assertIsFloat(), assertIsInt(), assertIsNumeric(), assertIsObject(),
assertIsResource(), assertIsString(), assertIsScalar(),
assertIsCallable(), or assertIsIterable() instead.
2020-10-21 12:45:59 +02:00
..
classes MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
export_files MDL-66245 privacy: Encode each part of the data URL instead of the whole 2020-02-10 16:55:11 +08:00
templates MDL-66710 privacy: Update to template to reference js file right. 2019-09-19 10:42:48 +08:00
tests MDL-67673 phpunit: Remove deprecated assertInternalType() 2020-10-21 12:45:59 +02:00