2 namespace TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider;
17 use TYPO3\CMS\Core\Tests\UnitTestCase;
41 'tableName' =>
'aTable',
44 'aSetting' =>
'aValue',
48 $expected[
'pageTsConfig'] = $input[
'pageTsConfig'];
49 $this->assertSame($expected, $this->subject->addData($input));
58 'tableName' =>
'aTable',
59 'recordTypeValue' =>
'aType',
71 $expected[
'pageTsConfig'] = $input[
'pageTsConfig'];
72 $this->assertSame($expected, $this->subject->addData($input));
81 'tableName' =>
'aTable',
82 'recordTypeValue' =>
'aType',
98 $expected[
'pageTsConfig'] = [
107 $this->assertSame($expected, $this->subject->addData($input));
116 'tableName' =>
'aTable',
117 'recordTypeValue' =>
'aType',
134 $expected[
'pageTsConfig'] = [
143 $this->assertSame($expected, $this->subject->addData($input));