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 a8350ad
Showing 1 changed file with 1 addition and 1 deletion.
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 a8350ad

Please sign in to comment.