Skip to content
Snippets Groups Projects

Issue #3407370 by heatherwoz: Automated Drupal 10 compatibility fixes

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -15,7 +15,7 @@ class BlockPlaceTest extends BrowserTestBase {
/**
* {@inheritdoc}
*/
public static $modules = ['block', 'block_place', 'toolbar'];
protected static $modules = ['block', 'block_place', 'toolbar'];
/**
* {@inheritdoc}
Loading