@trigger_error('system_retrieve_file is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement. See https://www.drupal.org/node/3223362',E_USER_DEPRECATED);
@@ -29,6 +29,15 @@ public function testSystemTimeZones() {
system_time_zones();
}
/**
* @covers ::system_retrieve_file
*/
publicfunctiontestSystemRetrieveFile(){
$this->expectDeprecation('system_retrieve_file is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement. See https://www.drupal.org/node/3223362');