Currently the tests fail because of the following deprecation notice:
Remaining deprecation notices (3)
3x: EntityManagerInterface::getStorage() is deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Entity\EntityTypeManager::getStorage() instead. See https://www.drupal.org/node/2549139
3x in RoleDelegationBulkOperationsTest::testVboRoleDelegation from Drupal\Tests\role_delegation\Functional\Views
| Comment | File | Size | Author |
|---|---|---|---|
| replace_usage_of_entity_manager_with_entity_type_manager.patch | 631 bytes | jeroent |
Comments
Comment #2
jeroentThis patch breaks when used with Drupal 8.6. Drupal 8.6 is still receiving security updates until December 4, 2019.
Comment #3
kristen polPer a Slack discussion with Gábor Hojtsy regarding usage of D9 tags (Drupal 9, Drupal 9 compatibility, Drupal 9 readiness, etc.), "Drupal 9 compatibility" should be used for contributed projects that need updating and "Drupal 9" was the old tag for D8 issues before the D9 branch was ready. Doing tag cleanup here based on that discussion.
Comment #4
jeroent