projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[BUGFIX] Add icon rendering for custom permissions options
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
backend
/
Tests
/
Unit
/
Form
/
FormDataProvider
/
TcaSelectItemsTest.php
diff --git
a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaSelectItemsTest.php
b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaSelectItemsTest.php
index
6a53c28
..
668b37a
100644
(file)
--- a/
typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaSelectItemsTest.php
+++ b/
typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaSelectItemsTest.php
@@
-1093,6
+1093,11
@@
class TcaSelectItemsTest extends UnitTestCase
'anItemKey' => [
0 => 'anItemTitle',
],
'anItemKey' => [
0 => 'anItemTitle',
],
+ 'anotherKey' => [
+ 0 => 'anotherTitle',
+ 1 => 'status-status-permission-denied',
+ 2 => 'aDescription',
+ ],
],
]
];
],
]
];
@@
-1110,6
+1115,12
@@
class TcaSelectItemsTest extends UnitTestCase
2 => 'empty-empty',
3 => null,
],
2 => 'empty-empty',
3 => null,
],
+ 2 => [
+ 0 => 'anotherTitle',
+ 1 => 'aKey:anotherKey',
+ 2 => 'status-status-permission-denied',
+ 3 => [ 'description' => 'aDescription' ],
+ ],
];
$result = $this->subject->addData($input);
];
$result = $this->subject->addData($input);