Skip to content

Commit 7a0b022

Browse files
nlighteneddesignnlighteneddesignmglaman
authored
Add new class to exclusion [#780] (#781)
Add new class to exclusion Co-authored-by: nlighteneddesign <[email protected]> Co-authored-by: Matt Glaman <[email protected]>
1 parent 0ba36a0 commit 7a0b022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Rules/Drupal/Tests/BrowserTestBaseDefaultThemeRule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public function processNode(Node $node, Scope $scope): array
7171

7272
$excludedTestTypes = TypeCombinator::union(
7373
new ObjectType('Drupal\\FunctionalTests\\Update\\UpdatePathTestBase'),
74+
new ObjectType('Drupal\\FunctionalTests\\Installer\\InstallerConfigDirectoryTestBase'),
7475
new ObjectType('Drupal\\FunctionalTests\\Installer\\InstallerExistingConfigTestBase')
7576
);
7677
if ($excludedTestTypes->isSuperTypeOf($classType)->yes()) {

0 commit comments

Comments
 (0)