File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ public function shortcutPreviewRendererApiIsCompatible(): void
288288 't3ver_oid ' => 0 ,
289289 't3ver_state ' => 0 ,
290290 't3ver_stage ' => 0 ,
291+ 'crdate ' => 0 ,
291292 ];
292293 $ record = $ recordFactory ->createFromDatabaseRow ('tt_content ' , $ testData );
293294
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ public function getDataRowMethodHandlesVersionDifferences(): void
182182 't3ver_oid ' => 0 ,
183183 't3ver_state ' => 0 ,
184184 't3ver_stage ' => 0 ,
185+ 'crdate ' => 0 ,
185186 'header ' => 'Test Record ' ,
186187 ];
187188
@@ -211,6 +212,7 @@ public function getDataRowMethodHandlesVersionDifferences(): void
211212 't3ver_oid ' => 0 ,
212213 't3ver_state ' => 0 ,
213214 't3ver_stage ' => 0 ,
215+ 'crdate ' => 0 ,
214216 'header ' => 'Test Record ' ,
215217 ];
216218
@@ -257,6 +259,7 @@ public function getContentRecordObjMethodWorksInV14(): void
257259 't3ver_oid ' => 0 ,
258260 't3ver_state ' => 0 ,
259261 't3ver_stage ' => 0 ,
262+ 'crdate ' => 0 ,
260263 'header ' => 'Test Content ' ,
261264 ];
262265
@@ -293,6 +296,7 @@ public function rendererCanHandleGridColumnItemsAcrossVersions(): void
293296 't3ver_oid ' => 0 ,
294297 't3ver_state ' => 0 ,
295298 't3ver_stage ' => 0 ,
299+ 'crdate ' => 0 ,
296300 'header ' => 'Reference Element ' ,
297301 'records ' => '1 ' ,
298302 ];
@@ -355,6 +359,7 @@ public function rendererHandlesRecordFactoryAvailability(): void
355359 't3ver_state ' => 0 ,
356360 't3ver_stage ' => 0 ,
357361 't3ver_oid ' => 0 ,
362+ 'crdate ' => 0 ,
358363 ];
359364
360365 $ record = $ recordFactory ->createFromDatabaseRow ('tt_content ' , $ testData );
Original file line number Diff line number Diff line change 2222 * This copyright notice MUST APPEAR in all copies of the script!
2323 ***************************************************************/
2424
25- use EHAERER \PasteReference \ContextMenu \PasteReferenceItemProvider ;
2625use EHAERER \PasteReference \DataHandler \ProcessCmdmap ;
2726use PHPUnit \Framework \Attributes \Test ;
28- use TYPO3 \CMS \Backend \ContextMenu \ItemProviders \RecordProvider ;
2927use TYPO3 \CMS \Core \Authentication \BackendUserAuthentication ;
3028use TYPO3 \CMS \Core \Database \ConnectionPool ;
3129use TYPO3 \CMS \Core \Information \Typo3Version ;
You can’t perform that action at this time.
0 commit comments