Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

3 files
+ 8
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,6 +12,11 @@ use Drupal\Tests\BrowserTestBase;
*/
class CountdownBlockTest extends BrowserTestBase {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* Set to TRUE to strict check all configuration saved.
*
@@ -33,7 +38,7 @@ class CountdownBlockTest extends BrowserTestBase {
*
* @var array
*/
public static $modules = ['block', 'countdown'];
protected static $modules = ['block', 'countdown'];
/**
* {@inheritdoc}
Loading