redirect_with_internal_route.php in Acquia Content Hub 8.2
Same filename in this branch
- 8.2 tests/fixtures/import/drupal-9.2/expectations/redirect/redirect_with_internal_route.php
- 8.2 tests/fixtures/import/drupal-9.0/expectations/redirect/redirect_with_internal_route.php
- 8.2 tests/fixtures/import/drupal-8.9/expectations/redirect/redirect_with_internal_route.php
- 8.2 tests/fixtures/import/drupal-9.1/expectations/redirect/redirect_with_internal_route.php
- 8.2 tests/fixtures/import/drupal-8.8/expectations/redirect/redirect_with_internal_route.php
Expectation for redirect entity.
File
tests/fixtures/import/drupal-8.8/expectations/redirect/redirect_with_internal_route.phpView source
<?php
/**
* @file
* Expectation for redirect entity.
*/
use Drupal\Tests\acquia_contenthub\Kernel\Stubs\CdfExpectations;
$data = [
'rid' => [
'und' => [
0 => [
'value' => '31',
],
],
],
'uuid' => [
'und' => [
0 => [
'value' => '73cc40e6-af4a-45d4-915d-26503d416bf2',
],
],
],
'hash' => [
'und' => [
0 => [
'value' => 'cd6N4DbawGkGEsRAvht_w1zxznrtXNbFiqBdhNWMpA8',
],
],
],
'type' => [
'und' => [
0 => [
'value' => 'redirect',
],
],
],
'uid' => [
'und' => [
0 => [
'target_id' => 'dc916071-4ecb-41ad-81c5-2a7be06cb782',
],
],
],
'redirect_source' => [
'und' => [
0 => [
'path' => 'check-internal-route',
'query' => NULL,
],
],
],
'redirect_redirect' => [
'und' => [
0 => [
'uri' => 'internal:/node/add',
'title' => '',
'options' => [],
],
],
],
'language' => [
'und' => [
0 => [
'value' => 'und',
],
],
],
'status_code' => [
'und' => [
0 => [
'value' => '301',
],
],
],
'created' => [
'und' => [
0 => [
'value' => '1615812364',
],
],
],
];
return [
'73cc40e6-af4a-45d4-915d-26503d416bf2' => new CdfExpectations($data, [
'rid',
]),
];