‪TYPO3CMS  9.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

- ‪Public Attributes inherited from ‪TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction\AbstractRestrictionTestCase
 $expressionBuilder
 
- ‪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
TYPO3 CMS Core Database Query Expression ExpressionBuilder
 

Detailed Description

Definition at line 23 of file AbstractRestrictionContainerTest.php.

Member Function Documentation

◆ enforceableRestrictionsAreKeptWhenRemoveAllIsCalled()

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

Definition at line 28 of file AbstractRestrictionContainerTest.php.

◆ enforceableRestrictionsThatDeclareThemselvesNonStickyAreRemovedWhenRemoveAllIsCalled()

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

Definition at line 107 of file AbstractRestrictionContainerTest.php.

◆ enforceableRestrictionsWillBeRemovedWhenRemovedByType()

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

Definition at line 49 of file AbstractRestrictionContainerTest.php.

◆ enforceableRestrictionsWillBeRemovedWhenRemovedByTypeAndRemovedAllIsAdditionallyCalled()

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

Definition at line 69 of file AbstractRestrictionContainerTest.php.

◆ notEnforceableRestrictionsAreRemovedWhenRemoveAllIsCalled()

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

Definition at line 90 of file AbstractRestrictionContainerTest.php.