Code Coverage  | 
     ||||||||||
Classes and Traits  | 
      Functions and Methods  | 
      Lines  | 
     ||||||||
| Total |         | 
      0 / 0  | 
              | 
      100.00%  | 
      0 / 0  | 
      CRAP |         | 
      0.00%  | 
      0 / 8  | 
     |
| <?php | |
| $connection = Drupal\Core\Database\Database::getConnection(); | |
| $connection->insert('config') | |
| ->fields(array( | |
| 'collection' => '', | |
| 'name' => 'views.view.test_token_view', | |
| 'data' => serialize(\Drupal\Component\Serialization\Yaml::decode(file_get_contents('core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml'))), | |
| )) | |
| ->execute(); |