From 01f52574bd963dbab1642bd6b213f15e257abcec Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Mon, 28 Oct 2024 12:56:27 -0400 Subject: [PATCH] Remove installSchema per https://www.drupal.org/node/3349345 --- tests/src/Kernel/JsonldKernelTestBase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/src/Kernel/JsonldKernelTestBase.php b/tests/src/Kernel/JsonldKernelTestBase.php index 13d05b4..0e4ec39 100644 --- a/tests/src/Kernel/JsonldKernelTestBase.php +++ b/tests/src/Kernel/JsonldKernelTestBase.php @@ -116,8 +116,6 @@ protected function setUp() : void { $class = get_parent_class($class); } - $this->installSchema('system', ['sequences']); - $types = ['schema:Thing']; $created_mapping = [ 'properties' => ['schema:dateCreated'],