You are here

public static property CacheFlushTest::$modules in CacheFlush 7.3

Modules to enable.

Type: array

File

./cacheflush.test, line 28
Contains test suite for cacheflush module.

Class

CacheFlushTest
Defines a test for cacheflush module.

Code

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