diff --git a/core/tests/bootstrap.php b/core/tests/bootstrap.php index 0baef9a..e4272d2 100644 --- a/core/tests/bootstrap.php +++ b/core/tests/bootstrap.php @@ -78,6 +78,8 @@ function drupal_phpunit_register_module_dirs(Composer\Autoload\ClassLoader $load $module_locations = array_merge(array( __DIR__ . "/../modules", __DIR__ . "/../../modules", + __DIR__ . "/../../profiles", + __DIR__ . "/../../themes", ), drupal_phpunit_find_site_module_directories(__DIR__ . "/../../sites")); $dirs = array_map('drupal_phpunit_find_module_directories', $module_locations);