‪TYPO3CMS  11.5
TYPO3\CMS\Recordlist\Tests\Functional\RecordList\DownloadRecordListTest Class Reference
Inheritance diagram for TYPO3\CMS\Recordlist\Tests\Functional\RecordList\DownloadRecordListTest:

Public Member Functions

 downloadReturnsAListOfAllBackendUsers ()
 
 downloadReturnsAListOfSubpages ()
 
 downloadReturnsRawValues ()
 

Protected Member Functions

 setUp ()
 
array prepareRecordsForDbCompatAssertions (array $records)
 

Private Attributes

BackendUserAuthentication $user
 

Detailed Description

Definition at line 27 of file DownloadRecordListTest.php.

Member Function Documentation

◆ downloadReturnsAListOfAllBackendUsers()

TYPO3\CMS\Recordlist\Tests\Functional\RecordList\DownloadRecordListTest::downloadReturnsAListOfAllBackendUsers ( )

◆ downloadReturnsAListOfSubpages()

TYPO3\CMS\Recordlist\Tests\Functional\RecordList\DownloadRecordListTest::downloadReturnsAListOfSubpages ( )

◆ downloadReturnsRawValues()

TYPO3\CMS\Recordlist\Tests\Functional\RecordList\DownloadRecordListTest::downloadReturnsRawValues ( )

◆ prepareRecordsForDbCompatAssertions()

array TYPO3\CMS\Recordlist\Tests\Functional\RecordList\DownloadRecordListTest::prepareRecordsForDbCompatAssertions ( array  $records)
protected

postgres is returning int fields as pure integers, others use strings. In order to have our tests reliable, we cast everything to string.

Parameters
array$records
Returns
‪array

Definition at line 207 of file DownloadRecordListTest.php.

Referenced by TYPO3\CMS\Recordlist\Tests\Functional\RecordList\DownloadRecordListTest\downloadReturnsAListOfAllBackendUsers(), TYPO3\CMS\Recordlist\Tests\Functional\RecordList\DownloadRecordListTest\downloadReturnsAListOfSubpages(), and TYPO3\CMS\Recordlist\Tests\Functional\RecordList\DownloadRecordListTest\downloadReturnsRawValues().

◆ setUp()

TYPO3\CMS\Recordlist\Tests\Functional\RecordList\DownloadRecordListTest::setUp ( )
protected

Definition at line 31 of file DownloadRecordListTest.php.

References $GLOBALS.

Member Data Documentation

◆ $user

BackendUserAuthentication TYPO3\CMS\Recordlist\Tests\Functional\RecordList\DownloadRecordListTest::$user
private

Definition at line 29 of file DownloadRecordListTest.php.