diff --git a/core/modules/block/src/Tests/BlockConfigSchemaTest.php b/core/modules/block/src/Tests/BlockConfigSchemaTest.php index 05f080e..b845f04 100644 --- a/core/modules/block/src/Tests/BlockConfigSchemaTest.php +++ b/core/modules/block/src/Tests/BlockConfigSchemaTest.php @@ -8,12 +8,15 @@ namespace Drupal\block\Tests; use Drupal\block\Entity\Block; -use Drupal\config\Tests\ConfigSchemaTestBase; +use Drupal\config\Tests\SchemaCheckTestTrait; +use Drupal\simpletest\WebTestBase; /** * Tests the block config schema. */ -class BlockConfigSchemaTest extends ConfigSchemaTestBase { +class BlockConfigSchemaTest extends WebTestBase { + + use SchemaCheckTestTrait; /** * {@inheritdoc}