‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction\AbstractRestrictionContainerTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction\AbstractRestrictionContainerTest:
TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction\AbstractRestrictionTestCase

Public Member Functions

 enforceableRestrictionsAreKeptWhenRemoveAllIsCalled ()
 
 enforceableRestrictionsWillBeRemovedWhenRemovedByType ()
 
 enforceableRestrictionsWillBeRemovedWhenRemovedByTypeAndRemovedAllIsAdditionallyCalled ()
 
 notEnforceableRestrictionsAreRemovedWhenRemoveAllIsCalled ()
 
 enforceableRestrictionsThatDeclareThemselvesNonStickyAreRemovedWhenRemoveAllIsCalled ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction\AbstractRestrictionTestCase
 setUp ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction\AbstractRestrictionTestCase
ExpressionBuilder $expressionBuilder
 

Detailed Description

Definition at line 26 of file AbstractRestrictionContainerTest.php.

Member Function Documentation

◆ enforceableRestrictionsAreKeptWhenRemoveAllIsCalled()

TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction\AbstractRestrictionContainerTest::enforceableRestrictionsAreKeptWhenRemoveAllIsCalled ( )

◆ enforceableRestrictionsThatDeclareThemselvesNonStickyAreRemovedWhenRemoveAllIsCalled()

TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction\AbstractRestrictionContainerTest::enforceableRestrictionsThatDeclareThemselvesNonStickyAreRemovedWhenRemoveAllIsCalled ( )
Test:

Definition at line 111 of file AbstractRestrictionContainerTest.php.

◆ enforceableRestrictionsWillBeRemovedWhenRemovedByType()

TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction\AbstractRestrictionContainerTest::enforceableRestrictionsWillBeRemovedWhenRemovedByType ( )
Test:

Definition at line 53 of file AbstractRestrictionContainerTest.php.

◆ enforceableRestrictionsWillBeRemovedWhenRemovedByTypeAndRemovedAllIsAdditionallyCalled()

TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction\AbstractRestrictionContainerTest::enforceableRestrictionsWillBeRemovedWhenRemovedByTypeAndRemovedAllIsAdditionallyCalled ( )
Test:

Definition at line 73 of file AbstractRestrictionContainerTest.php.

◆ notEnforceableRestrictionsAreRemovedWhenRemoveAllIsCalled()

TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction\AbstractRestrictionContainerTest::notEnforceableRestrictionsAreRemovedWhenRemoveAllIsCalled ( )
Test:

Definition at line 94 of file AbstractRestrictionContainerTest.php.