Skip to content

Commit

Permalink
Remove installSchema per https://www.drupal.org/node/3349345
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Oct 28, 2024
1 parent 511bbe5 commit 01f5257
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/Kernel/JsonldKernelTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 01f5257

Please sign in to comment.