-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
In Moodle 4.4 I'm getting the following warnings in unit tests. Moodle 4.5 is expected to migrate to PHPUnit 10 as part of MDL-80969
--
There were 2 warnings:
1) mod_cms\datasource_site_test::test_get_data
assertObjectHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectHasProperty() instead.
/var/www/moodle-44/lib/phpunit/classes/advanced_testcase.php:72
2) mod_cms\renderer_test::test_get_data
assertObjectHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectHasProperty() instead.
/var/www/moodle-44/lib/phpunit/classes/advanced_testcase.php:72
Metadata
Metadata
Assignees
Labels
No labels