Skip to content

Commit 1c81d23

Browse files
committed
Adding Test dependency
1 parent e9f71b3 commit 1c81d23

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/src/Functional/ApiDocsJsonApi.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class ApiDocsJsonApi extends BrowserTestBase {
4444
* @var array
4545
*/
4646
public static $modules = [
47+
'apigee_edge',
4748
'apigee_api_catalog',
4849
'jsonapi',
4950
'basic_auth',

tests/src/Kernel/ApidocEntityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class ApidocEntityTest extends KernelTestBase {
5757
'link',
5858
'file_link',
5959
'path_alias',
60+
'key',
6061
'apigee_edge',
6162
'apigee_api_catalog',
6263
];
@@ -73,7 +74,6 @@ protected function setUp() {
7374
$this->installEntitySchema('node');
7475
$this->installEntitySchema('node_type');
7576
$this->installEntitySchema('path_alias');
76-
$this->installEntitySchema('apigee_edge');
7777
$this->installConfig(static::$modules);
7878

7979
$this->entityTypeManager = $this->container->get('entity_type.manager');

0 commit comments

Comments
 (0)