You are here

private static property CleanerTest::$cleanerConfigs in Cleaner 8

Cleaner configs array with the default values.

@type array

File

src/Tests/CleanerTest.php, line 31

Class

CleanerTest
Class CleanerTest.

Namespace

Drupal\cleaner\Tests

Code

private static $cleanerConfigs = [
  'cleaner_cron' => 0,
  'cleaner_clear_cache' => 0,
  'cleaner_additional_tables' => '',
  'cleaner_empty_watchdog' => 0,
  'cleaner_clean_sessions' => 0,
  'cleaner_optimize_db' => 0,
];