Issue #3225351 by mglaman: bootstrap.php has incorrect comment about test trait namespace

merge-requests/984/head
Lee Rowlands 2021-07-28 16:45:06 +10:00
parent 71522f2a7b
commit d2462e3d01
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ function drupal_phpunit_get_extension_namespaces($dirs) {
$namespaces['Drupal\\Tests\\' . $extension . '\\' . $suite_name . '\\'][] = $suite_dir;
}
}
// Extensions can have a \Drupal\extension\Traits namespace for
// Extensions can have a \Drupal\Tests\extension\Traits namespace for
// cross-suite trait code.
$trait_dir = $test_dir . '/Traits';
if (is_dir($trait_dir)) {