Skip to content

Commit

Permalink
Adding Test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
phdhiren committed Dec 14, 2021
1 parent e9f71b3 commit 1c81d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/src/Functional/ApiDocsJsonApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class ApiDocsJsonApi extends BrowserTestBase {
* @var array
*/
public static $modules = [
'apigee_edge',
'apigee_api_catalog',
'jsonapi',
'basic_auth',
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/ApidocEntityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class ApidocEntityTest extends KernelTestBase {
'link',
'file_link',
'path_alias',
'key',
'apigee_edge',
'apigee_api_catalog',
];
Expand All @@ -73,7 +74,6 @@ protected function setUp() {
$this->installEntitySchema('node');
$this->installEntitySchema('node_type');
$this->installEntitySchema('path_alias');
$this->installEntitySchema('apigee_edge');
$this->installConfig(static::$modules);

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

0 comments on commit 1c81d23

Please sign in to comment.