‪TYPO3CMS  9.5
TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest:

Public Member Functions

 inSetReturnsExpectedDataSetsWithColumn ()
 
 inSetReturnsExpectedDataSets ()
 
 inSetReturnsExpectedDataSetsWithInts ()
 
 inSetReturnsExpectedDataSetsIfValueContainsLikeWildcard ()
 
 inSetReturnsExpectedDataSetsIfValueContainsBracket ()
 
 inSetReturnsExpectedDataSetsIfValueContainsClosingBracket ()
 
 inSetReturnsExpectedDataSetsIfValueContainsOpeningAndClosingBracket ()
 
 inSetReturnsExpectedDataSetsIfValueContainsBracketsAroundWord ()
 
 inSetReturnsExpectedDataSetsIfValueContainsBracketsAroundLikeWildcard ()
 

Protected Attributes

array $testExtensionsToLoad
 

Detailed Description

Test case

Definition at line 24 of file ExpressionBuilderTest.php.

Member Function Documentation

◆ inSetReturnsExpectedDataSets()

TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest::inSetReturnsExpectedDataSets ( )
Test:

Definition at line 106 of file ExpressionBuilderTest.php.

◆ inSetReturnsExpectedDataSetsIfValueContainsBracket()

TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest::inSetReturnsExpectedDataSetsIfValueContainsBracket ( )
Test:

Definition at line 217 of file ExpressionBuilderTest.php.

◆ inSetReturnsExpectedDataSetsIfValueContainsBracketsAroundLikeWildcard()

TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest::inSetReturnsExpectedDataSetsIfValueContainsBracketsAroundLikeWildcard ( )
Test:

Definition at line 365 of file ExpressionBuilderTest.php.

◆ inSetReturnsExpectedDataSetsIfValueContainsBracketsAroundWord()

TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest::inSetReturnsExpectedDataSetsIfValueContainsBracketsAroundWord ( )
Test:

Definition at line 328 of file ExpressionBuilderTest.php.

◆ inSetReturnsExpectedDataSetsIfValueContainsClosingBracket()

TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest::inSetReturnsExpectedDataSetsIfValueContainsClosingBracket ( )
Test:

Definition at line 254 of file ExpressionBuilderTest.php.

◆ inSetReturnsExpectedDataSetsIfValueContainsLikeWildcard()

TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest::inSetReturnsExpectedDataSetsIfValueContainsLikeWildcard ( )
Test:

Definition at line 180 of file ExpressionBuilderTest.php.

◆ inSetReturnsExpectedDataSetsIfValueContainsOpeningAndClosingBracket()

TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest::inSetReturnsExpectedDataSetsIfValueContainsOpeningAndClosingBracket ( )
Test:

Definition at line 291 of file ExpressionBuilderTest.php.

◆ inSetReturnsExpectedDataSetsWithColumn()

TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest::inSetReturnsExpectedDataSetsWithColumn ( )
Test:

Definition at line 35 of file ExpressionBuilderTest.php.

◆ inSetReturnsExpectedDataSetsWithInts()

TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest::inSetReturnsExpectedDataSetsWithInts ( )
Test:

Definition at line 143 of file ExpressionBuilderTest.php.

Member Data Documentation

◆ $testExtensionsToLoad

array TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression\ExpressionBuilderTest::$testExtensionsToLoad
protected
Initial value:
= array(
'typo3/sysext/core/Tests/Functional/Database/Fixtures/Extensions/test_expressionbuilder',
)

Extension comes with table setup to test inSet() methods of ExpressionBuilder

Definition at line 28 of file ExpressionBuilderTest.php.