Skip to content

Commit e3e38d4

Browse files
committed
Include new 8.8.x test namespaces
1 parent 3e7e4de commit e3e38d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Drupal/Bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ protected function addCoreNamespaces(): void
169169
$this->namespaces['Drupal\\FunctionalTests'] = $core_tests_dir . '/FunctionalTests';
170170
$this->namespaces['Drupal\\FunctionalJavascriptTests'] = $core_tests_dir . '/FunctionalJavascriptTests';
171171
$this->namespaces['Drupal\\Tests\\TestSuites'] = $this->drupalRoot . '/core/tests/TestSuites';
172+
$this->namespaces['Drupal\\BuildTests'] = $core_tests_dir . '/BuildTests';
173+
$this->namespaces['Drupal\\TestTools'] = $core_tests_dir . '/TestTools';
172174
}
173175

174176
protected function addModuleNamespaces(): void

0 commit comments

Comments
 (0)