@trigger_error(__FUNCTION__.'() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Tests\TestFileCreationTrait::generateFile() instead. See https://www.drupal.org/node/3077768',E_USER_DEPRECATED);
$text='';
for($i=0;$i<$lines;$i++){
// Generate $width - 1 characters to leave space for the "\n" character.
@@ -82,4 +82,14 @@ public function testDeprecatedPhpUnitFunctions() {
);
}
/**
* @expectedDeprecation simpletest_generate_file() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Tests\TestFileCreationTrait::generateFile() instead. See https://www.drupal.org/node/3077768