- Issue created by @v_kron
- Issue was unassigned.
- First commit to issue fork.
- 🇬🇧United Kingdom jacktonkin
There are also entity queries in
moodle_rest_user
module that don't specify access checks. I've added these as follows:- Checking access in
Drupal\moodle_rest_user\Controller\CourseController
since this is the default in Drupal 9 - Skipping access checks in
Drupal\moodle_rest_user\UserBatchHelper
since this is only used by a Drush command so presumably that's more appropriate?
- Checking access in
- Status changed to Needs review
9 months ago 3:43pm 11 April 2024 - 🇬🇧United Kingdom jacktonkin
Upgrade Status is also finding deprecation notices in some test files but I think they are both PHPUnit 10 things:
- Call to deprecated method prophesize() of class Drupal\Tests\moodle_rest_migrate\Kernel\Plugin\migrate\process\MoodleFileTest
- Call to deprecated method withConsecutive() of class PHPUnit\Framework\MockObject\Builder\InvocationMocker
- Status changed to Fixed
8 months ago 10:18am 17 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.