18 use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
31 'recordTypeValue' =>
'aType',
32 'tableName' =>
'aTable',
44 $this->expectException(\UnexpectedValueException::class);
45 $this->expectExceptionCode(1438614542);
55 'columnsToProcess' => [],
57 'recordTypeValue' =>
'aType',
58 'isInlineChild' =>
false,
62 'showitem' =>
'keepMe'
81 $expected[
'columnsToProcess'] = [
'keepMe'];
92 'columnsToProcess' => [],
94 'recordTypeValue' =>
'aType',
95 'isInlineChild' =>
false,
99 'showitem' =>
'--palette--;;aPalette'
104 'showitem' =>
'keepMe',
123 $expected[
'columnsToProcess'] = [
'keepMe'];
135 'recordTypeValue' =>
'aType',
136 'isInlineChild' =>
false,
140 'showitem' =>
'--palette--;;aPalette, anotherField'
145 'showitem' =>
'aField',
169 $expected[
'columnsToProcess'] = [
'aField',
'anotherField'];
184 'recordTypeValue' =>
'aType',
188 'showitem' =>
'aField',
199 'inlineParentConfig' => [
200 'foreign_table' =>
'aTable',
202 'isInlineChild' =>
true,
203 'isInlineChildExpanded' =>
false,
204 'isInlineAjaxOpeningContext' =>
false,
205 'inlineExpandCollapseStateArray' => [],
221 'recordTypeValue' =>
'aType',
225 'showitem' =>
'aField',
236 'inlineParentConfig' => [
237 'foreign_table' =>
'aTable',
239 'collapseAll' =>
true,
242 'isInlineChild' =>
true,
243 'isInlineChildExpanded' =>
false,
244 'isInlineAjaxOpeningContext' =>
false,
245 'inlineExpandCollapseStateArray' => [
265 'recordTypeValue' =>
'aType',
269 'showitem' =>
'aField',
280 'inlineParentConfig' => [
281 'foreign_table' =>
'aTable',
283 'isInlineChild' =>
true,
284 'isInlineChildExpanded' =>
true,
285 'isInlineAjaxOpeningContext' =>
false,
286 'inlineExpandCollapseStateArray' => [
293 $expected[
'columnsToProcess'] = [
'aField'];