Cron functions should never care about the current user
1 unresolved thread
Closes #3201470
Merge request reports
Activity
added 1 commit
- f168a0ef - Update core/modules/tracker/tests/src/Functional/TrackerNodeAccessTest.php
704 704 // is disabled if $age set to 0. 705 705 if ($age) { 706 706 $fids = Drupal::entityQuery('file') 707 ->accessCheck(FALSE) Worth adding a test for this? Looks like we could extend or modify UsageTest kernel test to include a file not owned by anonymous.
Edited by Dave Long
Please register or sign in to reply