@trigger_error('The '.__NAMESPACE__.'\EntityBundleAccessCheck is deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. Specify the list of bundles in the entity parameter, under "bundle" key, as a sequence, instead. See https://www.drupal.org/node/3155569',E_USER_DEPRECATED);
@@ -91,6 +92,7 @@ public function testRouteAccess($bundle, $access_requirement, $access_result) {
$route_match=$route_match->reveal();
$access_check=newEntityBundleAccessCheck();
$this->expectDeprecation('The Drupal\Core\Entity\EntityBundleAccessCheck is deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. Specify the list of bundles in the entity parameter, under "bundle" key, as a sequence, instead. See https://www.drupal.org/node/3155569');