You are here

protected property DrupalCloneTestCase::$excludeTables in SimpleTest 7.2

Tables to exlude during data cloning, only their structure will be cloned.

Type: array

File

./drupal_web_test_case.php, line 3431
Provides DrupalTestCase, DrupalUnitTestCase, and DrupalWebTestCase classes.

Class

DrupalCloneTestCase
Clone an existing database and use it for testing.

Code

protected $excludeTables = array(
  'cache',
  'cache_block',
  'cache_bootstrap',
  'cache_field',
  'cache_filter',
  'cache_form',
  'cache_image',
  'cache_menu',
  'cache_page',
  'cache_path',
  'cache_update',
  'watchdog',
);