media_migration-8.x-1.x-dev/tests/fixtures/drupal7_youtube_field_partial/node_revision.php
tests/fixtures/drupal7_youtube_field_partial/node_revision.php
<?php
// phpcs:ignoreFile
/**
* @file
* A database agnostic dump for testing purposes.
*
* This file was generated by the Drupal 9.2.6 db-tools.php script.
*/
use Drupal\Core\Database\Database;
$connection = Database::getConnection();
$connection->insert('node_revision')
->fields(array(
'nid',
'vid',
'uid',
'title',
'log',
'timestamp',
'status',
'comment',
'promote',
'sticky',
))
->values(array(
'nid' => '40',
'vid' => '40',
'uid' => '1',
'title' => 'YouTube example #1',
'log' => '',
'timestamp' => '1648449960',
'status' => '1',
'comment' => '2',
'promote' => '1',
'sticky' => '0',
))
->values(array(
'nid' => '50',
'vid' => '50',
'uid' => '1',
'title' => 'YouTube example #2',
'log' => '',
'timestamp' => '1648561267',
'status' => '1',
'comment' => '2',
'promote' => '1',
'sticky' => '0',
))
->execute();
