We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba36a0 commit 7a0b022Copy full SHA for 7a0b022
src/Rules/Drupal/Tests/BrowserTestBaseDefaultThemeRule.php
@@ -71,6 +71,7 @@ public function processNode(Node $node, Scope $scope): array
71
72
$excludedTestTypes = TypeCombinator::union(
73
new ObjectType('Drupal\\FunctionalTests\\Update\\UpdatePathTestBase'),
74
+ new ObjectType('Drupal\\FunctionalTests\\Installer\\InstallerConfigDirectoryTestBase'),
75
new ObjectType('Drupal\\FunctionalTests\\Installer\\InstallerExistingConfigTestBase')
76
);
77
if ($excludedTestTypes->isSuperTypeOf($classType)->yes()) {
0 commit comments