Skip to content
Snippets Groups Projects

Issue #3263654: Move all HAL tests to the module in preperation of removal in d10

Open Björn Brala requested to merge issue/drupal-3263654:3263654-move-all-hal into 9.4.x
Compare and
191 files
+ 1719
419
Compare changes
  • Side-by-side
  • Inline
Files
191
@@ -36,7 +36,7 @@ class CommentFieldFilterTest extends CommentTestBase {
*/
public $commentTitles = [];
protected function setUp($import_test_views = TRUE): void {
protected function setUp($import_test_views = TRUE, $modules = ['comment_test_views']): void {
parent::setUp($import_test_views);
$this->drupalLogin($this->drupalCreateUser(['access comments']));
Loading