Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
0 / 0
100.00% covered (success)
100.00%
0 / 0
CRAP
0.00% covered (danger)
0.00%
0 / 11
<?php
$connection = Drupal\Core\Database\Database::getConnection();
$config = $connection;
$connection->merge('config')
  ->condition('name', 'system.cron')
  ->condition('collection', '')
  ->fields([
    'name' => 'system.cron',
    'collection' => '',
    'data' => serialize(['threshold' => ['autorun' => 0]]),
  ])
  ->execute();