You are here

public static property GoogleAnalyticsCounterQueueTest::$modules in Google Analytics Counter 8.3

Modules to enable.

Type: array

Overrides CronQueueTest::$modules

File

tests/src/Kernel/GoogleAnalyticsCounterQueueTest.php, line 19

Class

GoogleAnalyticsCounterQueueTest
Update feeds on cron.

Namespace

Drupal\Tests\google_analytics_counter\Kernel

Code

public static $modules = array(
  'node',
  'user',
  'google_analytics_counter',
);