You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running PHPUnit tests with Moodle 4.5 (Build: 20241101) and PHP 8.3 shows multiple instances of the following warnings:
Deprecated: Creation of dynamic property filter_ally\renderables\wrapper::$candownload is deprecated in /root/405/filter/ally/tests/filter_test.php on line 870
and:
filter_ally\jwthelper_test::test_jwttoken_valid
assertObjectHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectHasProperty() instead.
The text was updated successfully, but these errors were encountered:
Running PHPUnit tests with Moodle 4.5 (Build: 20241101) and PHP 8.3 shows multiple instances of the following warnings:
and:
The text was updated successfully, but these errors were encountered: