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 3e7e4de commit e3e38d4Copy full SHA for e3e38d4
src/Drupal/Bootstrap.php
@@ -169,6 +169,8 @@ protected function addCoreNamespaces(): void
169
$this->namespaces['Drupal\\FunctionalTests'] = $core_tests_dir . '/FunctionalTests';
170
$this->namespaces['Drupal\\FunctionalJavascriptTests'] = $core_tests_dir . '/FunctionalJavascriptTests';
171
$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';
174
}
175
176
protected function addModuleNamespaces(): void
0 commit comments