$deprecations[]=newDeprecationMessage('The #drupal-off-canvas selector is deprecated in drupal:9.5.0 and is removed from drupal:10.0.0. See https://www.drupal.org/node/3305664.',$css_file,0);
}
}
return$deprecations;
}
/**
* Finds all .css files for non-test extensions under a path.
*
* @param string $path
* Base path to find all .css files in.
*
* @return array
* A list of paths to .css files found under the base path.
$this->assertEquals("Add core_version_requirement: ^8 || ^9 to designate that the extension is compatible with Drupal 9. See https://drupal.org/node/3070687.",$message['message']);
$this->assertEquals("The _access_node_revision routing requirement is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. Use _entity_access instead. See https://www.drupal.org/node/3161210.",$message['message']);
$this->assertEquals("Add core_version_requirement: ^8 || ^9 to designate that the extension is compatible with Drupal 9. See https://drupal.org/node/3070687.",$message['message']);
$this->assertEquals("The #drupal-off-canvas selector is deprecated in drupal:9.5.0 and is removed from drupal:10.0.0. See https://www.drupal.org/node/3305664.",$message['message']);
$this->assertEquals(0,$message['line']);
}
// The Drupal 9 compatible test modules are not Drupal 10 compatible.