calendar/Tests/Fixtures/BasicDatabase.php

30 lines
753 B
PHP
Raw Normal View History

2024-09-17 15:00:31 +02:00
<?php
declare(strict_types=1);
return [
'pages' => [
0 => [
'uid' => 1,
'pid' => 0,
'doktype' => 1,
'is_siteroot' => 1,
'slug' => '/',
'title' => 'Page Title',
],
],
'sys_template' => [
0 => [
'uid' => 1,
'pid' => 1,
'root' => 1,
'clear' => 3,
'constants' => 'databasePlatform = mysql',
'config' => '
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:calendar_example/Configuration/TypoScript/Setup.typoscript">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:fluid_styled_content/Configuration/TypoScript/setup.typoscript">
',
],
],
];