File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ class ApiDocsJsonApi extends BrowserTestBase {
44
44
* @var array
45
45
*/
46
46
public static $ modules = [
47
+ 'apigee_edge ' ,
47
48
'apigee_api_catalog ' ,
48
49
'jsonapi ' ,
49
50
'basic_auth ' ,
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ class ApidocEntityTest extends KernelTestBase {
57
57
'link ' ,
58
58
'file_link ' ,
59
59
'path_alias ' ,
60
+ 'key ' ,
60
61
'apigee_edge ' ,
61
62
'apigee_api_catalog ' ,
62
63
];
@@ -73,7 +74,6 @@ protected function setUp() {
73
74
$ this ->installEntitySchema ('node ' );
74
75
$ this ->installEntitySchema ('node_type ' );
75
76
$ this ->installEntitySchema ('path_alias ' );
76
- $ this ->installEntitySchema ('apigee_edge ' );
77
77
$ this ->installConfig (static ::$ modules );
78
78
79
79
$ this ->entityTypeManager = $ this ->container ->get ('entity_type.manager ' );
You can’t perform that action at this time.
0 commit comments