@trigger_error(__CLASS__.' is deprecated in drupal:8.0.0 and is removed from drupal:10.0.0. Use the \Drupal\Core\StringTranslation\TranslatableMarkup class instead. See https://www.drupal.org/node/2571255',E_USER_DEPRECATED);
@@ -16,11 +16,9 @@ class TranslationWrapperTest extends UnitTestCase {
/**
* @covers ::__construct
* @group legacy
*/
publicfunctiontestTranslationWrapper(){
$this->expectDeprecation('Drupal\Core\StringTranslation\TranslationWrapper is deprecated in drupal:8.0.0 and is removed from drupal:10.0.0. Use the \Drupal\Core\StringTranslation\TranslatableMarkup class instead. See https://www.drupal.org/node/2571255');