Skip to content

Commit aa45fc3

Browse files
committed
fix: add dependencies to modules array
1 parent 5e7d18e commit aa45fc3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

tests/src/Functional/LoadTest.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ class LoadTest extends BrowserTestBase {
1717
*
1818
* @var array
1919
*/
20-
public static $modules = ['advanced_search_tips'];
20+
public static $modules = [
21+
'block',
22+
'asset_injector',
23+
'block_content',
24+
'context',
25+
'fontawesome',
26+
'advanced_search_tips',
27+
];
2128

2229
/**
2330
* The default theme to use for tests.

0 commit comments

Comments
 (0)