@trigger_error('update_set_schema() is deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. No direct replacement is provided. See https://www.drupal.org/node/3210925',E_USER_DEPRECATED);
$this->assertTrue($connection->schema()->indexExists('update_test_schema_table','test'),'Version 8001 of the update_test_schema module is installed.');
$this->expectDeprecation('update_set_schema() is deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. No direct replacement is provided. See https://www.drupal.org/node/3210925');