reference_2.php in Acquia Content Hub 8.2
Same filename in this branch
- 8.2 tests/fixtures/import/drupal-9.2/expectations/file/reference_2.php
- 8.2 tests/fixtures/import/drupal-9.2/expectations/media/reference_2.php
- 8.2 tests/fixtures/import/drupal-9.0/expectations/file/reference_2.php
- 8.2 tests/fixtures/import/drupal-9.0/expectations/media/reference_2.php
- 8.2 tests/fixtures/import/drupal-8.9/expectations/file/reference_2.php
- 8.2 tests/fixtures/import/drupal-8.9/expectations/media/reference_2.php
- 8.2 tests/fixtures/import/drupal-9.1/expectations/file/reference_2.php
- 8.2 tests/fixtures/import/drupal-9.1/expectations/media/reference_2.php
- 8.2 tests/fixtures/import/drupal-8.8/expectations/file/reference_2.php
- 8.2 tests/fixtures/import/drupal-8.8/expectations/media/reference_2.php
Media file expectation.
File
tests/fixtures/import/drupal-8.9/expectations/media/reference_2.phpView source
<?php
/**
* @file
* Media file expectation.
*/
use Drupal\Tests\acquia_contenthub\Kernel\Stubs\CdfExpectations;
$expectations = [];
$data = [
'uuid' => [
'en' => [
0 => [
'value' => '3cd48a71-8215-4a46-806a-61fdb5cc05d5',
],
],
],
'langcode' => [
'en' => [
0 => [
'value' => 'en',
],
],
],
'uid' => [
'en' => [
0 => [
'target_id' => '995f955b-08a9-4436-a0c7-1cde093ee174',
],
],
],
'filename' => [
'en' => [
0 => [
'value' => 'druplicon.png',
],
],
],
'uri' => [
'en' => [
0 => [
'value' => 'public://druplicon.png',
],
],
],
'filemime' => [
'en' => [
0 => [
'value' => 'image/png',
],
],
],
'filesize' => [
'en' => [
0 => [
'value' => '3905',
],
],
],
'status' => [
'en' => [
0 => [
'value' => '1',
],
],
],
'created' => [
'en' => [
0 => [
'value' => '1546527525',
],
],
],
'changed' => [
'en' => [
0 => [
'value' => '1546527535',
],
],
],
];
$expectations['3cd48a71-8215-4a46-806a-61fdb5cc05d5'] = new CdfExpectations($data, [
'fid',
]);
$data = [
'uuid' => [
'en' => [
0 => [
'value' => 'fcb8efaa-9431-4750-9703-b783b22a4a9f',
],
],
],
'langcode' => [
'en' => [
0 => [
'value' => 'en',
],
],
],
'uid' => [
'en' => [
0 => [
'target_id' => '995f955b-08a9-4436-a0c7-1cde093ee174',
],
],
],
'filename' => [
'en' => [
0 => [
'value' => 'druplicon.png',
],
],
],
'uri' => [
'en' => [
0 => [
'value' => 'public://druplicon_0.png',
],
],
],
'filemime' => [
'en' => [
0 => [
'value' => 'image/png',
],
],
],
'filesize' => [
'en' => [
0 => [
'value' => '3905',
],
],
],
'status' => [
'en' => [
0 => [
'value' => '1',
],
],
],
'created' => [
'en' => [
0 => [
'value' => '1546527551',
],
],
],
'changed' => [
'en' => [
0 => [
'value' => '1546527553',
],
],
],
];
$expectations['fcb8efaa-9431-4750-9703-b783b22a4a9f'] = new CdfExpectations($data, [
'fid',
]);
return $expectations;