‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\UnitDeprecated\Utility\GeneralUtilityTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\UnitDeprecated\Utility\GeneralUtilityTest:

Public Member Functions

 compileSelectedGetVarsFromArrayFiltersIncomingData ()
 
 compileSelectedGetVarsFromArrayUsesGetPostDataFallback ()
 
 rmFromListRemovesElementsFromCommaSeparatedList (string $initialList, string $listWithElementRemoved)
 
array rmFromListRemovesElementsFromCommaSeparatedListDataProvider ()
 
array isFirstPartOfStrReturnsTrueForMatchingFirstPartDataProvider ()
 
 isFirstPartOfStrReturnsTrueForMatchingFirstPart ($string, $part)
 
array isFirstPartOfStrReturnsFalseForNotMatchingFirstPartDataProvider ()
 
 isFirstPartOfStrReturnsFalseForNotMatchingFirstPart ($string, $part)
 

Detailed Description

Definition at line 23 of file GeneralUtilityTest.php.

Member Function Documentation

◆ compileSelectedGetVarsFromArrayFiltersIncomingData()

TYPO3\CMS\Core\Tests\UnitDeprecated\Utility\GeneralUtilityTest::compileSelectedGetVarsFromArrayFiltersIncomingData ( )
Test:

Definition at line 28 of file GeneralUtilityTest.php.

◆ compileSelectedGetVarsFromArrayUsesGetPostDataFallback()

TYPO3\CMS\Core\Tests\UnitDeprecated\Utility\GeneralUtilityTest::compileSelectedGetVarsFromArrayUsesGetPostDataFallback ( )
Test:

Definition at line 40 of file GeneralUtilityTest.php.

◆ isFirstPartOfStrReturnsFalseForNotMatchingFirstPart()

TYPO3\CMS\Core\Tests\UnitDeprecated\Utility\GeneralUtilityTest::isFirstPartOfStrReturnsFalseForNotMatchingFirstPart (   $string,
  $part 
)
Test:
‪@dataProvider isFirstPartOfStrReturnsFalseForNotMatchingFirstPartDataProvider

Definition at line 149 of file GeneralUtilityTest.php.

◆ isFirstPartOfStrReturnsFalseForNotMatchingFirstPartDataProvider()

array TYPO3\CMS\Core\Tests\UnitDeprecated\Utility\GeneralUtilityTest::isFirstPartOfStrReturnsFalseForNotMatchingFirstPartDataProvider ( )

Data provider for checkIsFirstPartOfStrReturnsFalseForNotMatchingFirstParts

Returns
‪array

Definition at line 123 of file GeneralUtilityTest.php.

◆ isFirstPartOfStrReturnsTrueForMatchingFirstPart()

TYPO3\CMS\Core\Tests\UnitDeprecated\Utility\GeneralUtilityTest::isFirstPartOfStrReturnsTrueForMatchingFirstPart (   $string,
  $part 
)
Test:
‪@dataProvider isFirstPartOfStrReturnsTrueForMatchingFirstPartDataProvider

Definition at line 113 of file GeneralUtilityTest.php.

◆ isFirstPartOfStrReturnsTrueForMatchingFirstPartDataProvider()

array TYPO3\CMS\Core\Tests\UnitDeprecated\Utility\GeneralUtilityTest::isFirstPartOfStrReturnsTrueForMatchingFirstPartDataProvider ( )

Data provider for isFirstPartOfStrReturnsTrueForMatchingFirstParts

Returns
‪array

Definition at line 98 of file GeneralUtilityTest.php.

◆ rmFromListRemovesElementsFromCommaSeparatedList()

TYPO3\CMS\Core\Tests\UnitDeprecated\Utility\GeneralUtilityTest::rmFromListRemovesElementsFromCommaSeparatedList ( string  $initialList,
string  $listWithElementRemoved 
)
Test:
‪@dataProvider rmFromListRemovesElementsFromCommaSeparatedListDataProvider
Parameters
string$initialList
string$listWithElementRemoved

Definition at line 57 of file GeneralUtilityTest.php.

◆ rmFromListRemovesElementsFromCommaSeparatedListDataProvider()

array TYPO3\CMS\Core\Tests\UnitDeprecated\Utility\GeneralUtilityTest::rmFromListRemovesElementsFromCommaSeparatedListDataProvider ( )

Data provider for rmFromListRemovesElementsFromCommaSeparatedList

Returns
‪array

Definition at line 69 of file GeneralUtilityTest.php.