You are here

public static property CacheFlushEntityTest::$modules in CacheFlush 7.3

Modules to enable.

Type: array

File

modules/cacheflush_entity/cacheflush_entity.test, line 30
Contains test suite for cacheflush entity module.

Class

CacheFlushEntityTest
Defines a test for cacheflush module.

Code

public static $modules = array(
  'cacheflush_entity',
  'entity',
);