Bug #39634 ยป test_39634.diff
tests/typo3/sysext/cms/tslib/class.tslib_contentTest.php | ||
---|---|---|
'SELECT' => 'avg(crdate)',
|
||
)
|
||
),
|
||
'testing #39634: pages.uid, add nothing' => array(
|
||
'tt_content',
|
||
array(
|
||
'selectFields' => 'pages.uid',
|
||
),
|
||
array(
|
||
'SELECT' => 'pages.uid',
|
||
)
|
||
),
|
||
);
|
||
return $data;
|
||
}
|