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
Getting the following error when testing in Moodle 4.5
Oublog check view permissions personal restrict
┐
├ Expecting E_ERROR and E_USER_ERROR is deprecated and will no longer be possible in PHPUnit 10.
│
╵ /var/www/html/lib/phpunit/classes/advanced_testcase.php:76
┴
Looks like the following line is the culprit:
$this->expectErrorMessage('Sorry: you do not have access to view this page.');
The text was updated successfully, but these errors were encountered:
Getting the following error when testing in Moodle 4.5
Looks like the following line is the culprit:
$this->expectErrorMessage('Sorry: you do not have access to view this page.');
The text was updated successfully, but these errors were encountered: