moodle/privacy/tests
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
..
fixtures MDL-62134 core_privacy: Allow for a failure handler 2018-05-16 11:52:46 +08:00
approved_contextlist_test.php MDL-66011 test: remove magic @covers lines 2019-10-04 09:40:34 +08:00
approved_userlist_test.php MDL-66011 test: remove magic @covers lines 2019-10-04 09:40:34 +08:00
collection_test.php MDL-66011 test: remove magic @covers lines 2019-10-04 09:40:34 +08:00
contextlist_base_test.php MDL-66011 test: remove magic @covers lines 2019-10-04 09:40:34 +08:00
contextlist_collection_test.php MDL-66011 test: remove magic @covers lines 2019-10-04 09:40:34 +08:00
contextlist_test.php MDL-66011 test: remove magic @covers lines 2019-10-04 09:40:34 +08:00
coverage.php MDL-63366 core_privacy: Add coverage whitelisting 2019-03-01 10:30:31 +08:00
legacy_polyfill_test.php MDL-65130 privacy: Add @covers annotation to tests 2019-03-21 10:29:07 +08:00
manager_test.php MDL-67673 phpunit: Remove deprecated assertInternalType() 2020-10-21 12:45:59 +02:00
moodle_content_writer_test.php MDL-62853 privacy: sanitize subcontext paths. 2020-04-21 14:38:22 +01:00
provider_test.php MDL-67673 phpunit: Remove deprecated assertInternalType() 2020-10-21 12:45:59 +02:00
request_helper_test.php MDL-65130 privacy: Add @covers annotation to tests 2019-03-21 10:29:07 +08:00
request_transform_test.php MDL-67673 phpunit: Remove deprecated assertInternalType() 2020-10-21 12:45:59 +02:00
sitepolicy_test.php MDL-61759 admin: non-existing site policy handler means no policy 2018-04-23 10:25:00 +08:00
tests_content_writer_test.php MDL-61976 privacy: add subcontext argument to has_any_data 2018-05-08 12:03:41 +08:00
types_database_table_test.php MDL-65130 privacy: Add @covers annotation to tests 2019-03-21 10:29:07 +08:00
types_external_location_test.php MDL-65130 privacy: Add @covers annotation to tests 2019-03-21 10:29:07 +08:00
types_plugintype_link_test.php MDL-65130 privacy: Add @covers annotation to tests 2019-03-21 10:29:07 +08:00
types_subsystem_link_test.php MDL-65130 privacy: Add @covers annotation to tests 2019-03-21 10:29:07 +08:00
types_user_preference_test.php MDL-65130 privacy: Add @covers annotation to tests 2019-03-21 10:29:07 +08:00
userlist_base_test.php MDL-65130 privacy: Add @covers annotation to tests 2019-03-21 10:29:07 +08:00
userlist_collection.php MDL-65130 privacy: Add @covers annotation to tests 2019-03-21 10:29:07 +08:00
userlist_test.php MDL-65130 privacy: Add @covers annotation to tests 2019-03-21 10:29:07 +08:00
writer_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00