‪TYPO3CMS  9.5
TYPO3\CMS\Core\Tests\Unit\Context\DateTimeAspectTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Context\DateTimeAspectTest:

Public Member Functions

 getDateTimeReturnsSameObject ()
 
 getThrowsExceptionOnInvalidArgument ()
 
array dateFormatValuesDataProvider ()
 
 getReturnsValidInformationFromProperty ($key, $expectedResult)
 

Detailed Description

Definition at line 22 of file DateTimeAspectTest.php.

Member Function Documentation

◆ dateFormatValuesDataProvider()

array TYPO3\CMS\Core\Tests\Unit\Context\DateTimeAspectTest::dateFormatValuesDataProvider ( )
Returns
‪array

Definition at line 50 of file DateTimeAspectTest.php.

◆ getDateTimeReturnsSameObject()

TYPO3\CMS\Core\Tests\Unit\Context\DateTimeAspectTest::getDateTimeReturnsSameObject ( )
Test:

Definition at line 27 of file DateTimeAspectTest.php.

◆ getReturnsValidInformationFromProperty()

TYPO3\CMS\Core\Tests\Unit\Context\DateTimeAspectTest::getReturnsValidInformationFromProperty (   $key,
  $expectedResult 
)
Test:
‪@dataProvider dateFormatValuesDataProvider
Parameters
string$key
string$expectedResult

Definition at line 78 of file DateTimeAspectTest.php.

◆ getThrowsExceptionOnInvalidArgument()

TYPO3\CMS\Core\Tests\Unit\Context\DateTimeAspectTest::getThrowsExceptionOnInvalidArgument ( )
Test:

Definition at line 38 of file DateTimeAspectTest.php.