‪TYPO3CMS  11.5
TYPO3\CMS\Backend\Tests\Functional\History\RecordHistoryTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Functional\History\RecordHistoryTest:

Public Member Functions

 findEventsForCorrelationWorksAsExpectedDataProvider ()
 
 findEventsForCorrelationWorksAsExpected (string $correlationId, int $amountOfEntries)
 

Protected Member Functions

 setUp ()
 

Private Attributes

RecordHistory $subject
 

Detailed Description

Definition at line 23 of file RecordHistoryTest.php.

Member Function Documentation

◆ findEventsForCorrelationWorksAsExpected()

TYPO3\CMS\Backend\Tests\Functional\History\RecordHistoryTest::findEventsForCorrelationWorksAsExpected ( string  $correlationId,
int  $amountOfEntries 
)
Test:
‪@dataProvider findEventsForCorrelationWorksAsExpectedDataProvider
Parameters
string$correlationId
int$amountOfEntries

Definition at line 51 of file RecordHistoryTest.php.

◆ findEventsForCorrelationWorksAsExpectedDataProvider()

TYPO3\CMS\Backend\Tests\Functional\History\RecordHistoryTest::findEventsForCorrelationWorksAsExpectedDataProvider ( )

Definition at line 37 of file RecordHistoryTest.php.

◆ setUp()

TYPO3\CMS\Backend\Tests\Functional\History\RecordHistoryTest::setUp ( )
protected

Sets up this test case.

Definition at line 30 of file RecordHistoryTest.php.

Member Data Documentation

◆ $subject

RecordHistory TYPO3\CMS\Backend\Tests\Functional\History\RecordHistoryTest::$subject
private

Definition at line 25 of file RecordHistoryTest.php.