File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ protected function setUp() {
33
33
parent ::setUp ();
34
34
$ this ->installConfig ('node ' );
35
35
$ this ->installConfig ('filter ' );
36
+ $ this ->installConfig ('user ' );
37
+ $ this ->installEntitySchema ('user ' );
36
38
$ this ->installEntitySchema ('node ' );
37
39
$ this ->installSchema ('node ' , 'node_access ' );
38
40
$ this ->createContentType (['type ' => 'test ' ]);
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ protected function setUp() {
35
35
parent ::setUp ();
36
36
$ this ->installConfig ('node ' );
37
37
$ this ->installConfig ('filter ' );
38
+ $ this ->installConfig ('user ' );
39
+ $ this ->installEntitySchema ('user ' );
38
40
$ this ->installEntitySchema ('node ' );
39
41
$ this ->installSchema ('node ' , 'node_access ' );
40
42
$ this ->createContentType (['type ' => 'test ' ]);
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ protected function setUp() {
35
35
parent ::setUp ();
36
36
$ this ->installConfig ('node ' );
37
37
$ this ->installConfig ('filter ' );
38
+ $ this ->installConfig ('user ' );
39
+ $ this ->installEntitySchema ('user ' );
38
40
$ this ->installEntitySchema ('node ' );
39
41
$ this ->installSchema ('node ' , 'node_access ' );
40
42
$ this ->createContentType (['type ' => 'test ' ]);
You can’t perform that action at this time.
0 commit comments