‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Unit\Database\Platform\PlatformInformationTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Database\Platform\PlatformInformationTest:

Public Member Functions

array platformDataProvider ()
 
 maxBindParameters (AbstractPlatform $platform)
 
 maxBindParametersWithUnknownPlatform ()
 
 maxIdentifierLength (AbstractPlatform $platform)
 
 maxIdentifierLengthWithUnknownPlatform ()
 

Detailed Description

Test case

Definition at line 32 of file PlatformInformationTest.php.

Member Function Documentation

◆ maxBindParameters()

TYPO3\CMS\Core\Tests\Unit\Database\Platform\PlatformInformationTest::maxBindParameters ( AbstractPlatform  $platform)
Test:
‪@dataProvider platformDataProvider
Parameters
\Doctrine\DBAL\Platforms\AbstractPlatform$platform

Definition at line 55 of file PlatformInformationTest.php.

References TYPO3\CMS\Core\Database\Platform\PlatformInformation\getMaxBindParameters().

◆ maxBindParametersWithUnknownPlatform()

TYPO3\CMS\Core\Tests\Unit\Database\Platform\PlatformInformationTest::maxBindParametersWithUnknownPlatform ( )

◆ maxIdentifierLength()

TYPO3\CMS\Core\Tests\Unit\Database\Platform\PlatformInformationTest::maxIdentifierLength ( AbstractPlatform  $platform)
Test:
‪@dataProvider platformDataProvider
Parameters
\Doctrine\DBAL\Platforms\AbstractPlatform$platform

Definition at line 76 of file PlatformInformationTest.php.

References TYPO3\CMS\Core\Database\Platform\PlatformInformation\getMaxIdentifierLength().

◆ maxIdentifierLengthWithUnknownPlatform()

TYPO3\CMS\Core\Tests\Unit\Database\Platform\PlatformInformationTest::maxIdentifierLengthWithUnknownPlatform ( )

◆ platformDataProvider()

array TYPO3\CMS\Core\Tests\Unit\Database\Platform\PlatformInformationTest::platformDataProvider ( )

Test cases for stripping of leading logical operators in where constraints.

Returns
‪array

Definition at line 40 of file PlatformInformationTest.php.