Skip to content

Commit bcf144e

Browse files
committed
Fixing tests.
1 parent d1f44a0 commit bcf144e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/src/Kernel/CreateEntityTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ protected function setUp() {
3333
parent::setUp();
3434
$this->installConfig('node');
3535
$this->installConfig('filter');
36+
$this->installConfig('user');
37+
$this->installEntitySchema('user');
3638
$this->installEntitySchema('node');
3739
$this->installSchema('node', 'node_access');
3840
$this->createContentType(['type' => 'test']);

tests/src/Kernel/DeleteEntityTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ protected function setUp() {
3535
parent::setUp();
3636
$this->installConfig('node');
3737
$this->installConfig('filter');
38+
$this->installConfig('user');
39+
$this->installEntitySchema('user');
3840
$this->installEntitySchema('node');
3941
$this->installSchema('node', 'node_access');
4042
$this->createContentType(['type' => 'test']);

tests/src/Kernel/UpdateEntityTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ protected function setUp() {
3535
parent::setUp();
3636
$this->installConfig('node');
3737
$this->installConfig('filter');
38+
$this->installConfig('user');
39+
$this->installEntitySchema('user');
3840
$this->installEntitySchema('node');
3941
$this->installSchema('node', 'node_access');
4042
$this->createContentType(['type' => 'test']);

0 commit comments

Comments
 (0)