18 use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
30 protected function setUp()
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));