events/Tests/Functional/Import/DestinationDataTest/Fixtures/Database/Structure.php

20 lines
352 B
PHP
Raw Normal View History

<?php
return [
'pages' => [
[
'pid' => '0',
'uid' => '1',
'title' => 'Root page',
'slug' => '1',
'is_siteroot' => '1',
],
[
'pid' => '1',
'uid' => '2',
'title' => 'Storage',
'doktype' => '254',
],
],
];