‪TYPO3CMS  11.5
TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest:

Public Member Functions

 booleanValueProvider ()
 
 arrayValueProvider ()
 
 setRespectStoragePageSetsRespectStoragePageCorrectly (bool $input)
 
 setRespectStoragePageAllowsChaining ()
 
 setStoragePageIdsSetsStoragePageIdsCorrectly (array $input)
 
 setStoragePageIdsAllowsChaining ()
 
 setRespectSysLanguageSetsRespectSysLanguageCorrectly (bool $input)
 
 setRespectSysLanguageAllowsChaining ()
 
 setLanguageUidAllowsChaining ()
 
 setIgnoreEnableFieldsSetsIgnoreEnableFieldsCorrectly (bool $input)
 
 setIgnoreEnableFieldsAllowsChaining ()
 
 setEnableFieldsToBeIgnoredSetsEnableFieldsToBeIgnoredCorrectly (array $input)
 
 setEnableFieldsToBeIgnoredAllowsChaining ()
 
 setIncludeDeletedSetsIncludeDeletedCorrectly (bool $input)
 
 setIncludeDeletedAllowsChaining ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

Typo3QuerySettings $subject = null
 

Detailed Description

Test case

Definition at line 30 of file Typo3QuerySettingsTest.php.

Member Function Documentation

◆ arrayValueProvider()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::arrayValueProvider ( )

Definition at line 55 of file Typo3QuerySettingsTest.php.

◆ booleanValueProvider()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::booleanValueProvider ( )

Definition at line 47 of file Typo3QuerySettingsTest.php.

◆ setEnableFieldsToBeIgnoredAllowsChaining()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setEnableFieldsToBeIgnoredAllowsChaining ( )
Test:

Definition at line 173 of file Typo3QuerySettingsTest.php.

◆ setEnableFieldsToBeIgnoredSetsEnableFieldsToBeIgnoredCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setEnableFieldsToBeIgnoredSetsEnableFieldsToBeIgnoredCorrectly ( array  $input)
Test:
‪@dataProvider arrayValueProvider
Parameters
array$input

Definition at line 164 of file Typo3QuerySettingsTest.php.

◆ setIgnoreEnableFieldsAllowsChaining()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setIgnoreEnableFieldsAllowsChaining ( )
Test:

Definition at line 154 of file Typo3QuerySettingsTest.php.

◆ setIgnoreEnableFieldsSetsIgnoreEnableFieldsCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setIgnoreEnableFieldsSetsIgnoreEnableFieldsCorrectly ( bool  $input)
Test:
‪@dataProvider booleanValueProvider
Parameters
bool$input

Definition at line 145 of file Typo3QuerySettingsTest.php.

◆ setIncludeDeletedAllowsChaining()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setIncludeDeletedAllowsChaining ( )
Test:

Definition at line 195 of file Typo3QuerySettingsTest.php.

◆ setIncludeDeletedSetsIncludeDeletedCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setIncludeDeletedSetsIncludeDeletedCorrectly ( bool  $input)
Test:
‪@dataProvider booleanValueProvider
Parameters
bool$input

Definition at line 186 of file Typo3QuerySettingsTest.php.

◆ setLanguageUidAllowsChaining()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setLanguageUidAllowsChaining ( )
Test:

Definition at line 135 of file Typo3QuerySettingsTest.php.

◆ setRespectStoragePageAllowsChaining()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setRespectStoragePageAllowsChaining ( )
Test:

Definition at line 89 of file Typo3QuerySettingsTest.php.

◆ setRespectStoragePageSetsRespectStoragePageCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setRespectStoragePageSetsRespectStoragePageCorrectly ( bool  $input)
Test:
‪@dataProvider booleanValueProvider
Parameters
bool$input

Definition at line 80 of file Typo3QuerySettingsTest.php.

◆ setRespectSysLanguageAllowsChaining()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setRespectSysLanguageAllowsChaining ( )
Test:

Definition at line 127 of file Typo3QuerySettingsTest.php.

◆ setRespectSysLanguageSetsRespectSysLanguageCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setRespectSysLanguageSetsRespectSysLanguageCorrectly ( bool  $input)
Test:
‪@dataProvider booleanValueProvider
Parameters
bool$input

Definition at line 118 of file Typo3QuerySettingsTest.php.

◆ setStoragePageIdsAllowsChaining()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setStoragePageIdsAllowsChaining ( )
Test:

Definition at line 108 of file Typo3QuerySettingsTest.php.

◆ setStoragePageIdsSetsStoragePageIdsCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setStoragePageIdsSetsStoragePageIdsCorrectly ( array  $input)
Test:
‪@dataProvider arrayValueProvider
Parameters
array$input

Definition at line 99 of file Typo3QuerySettingsTest.php.

◆ setUp()

TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::setUp ( )
protected

setup test environment

Definition at line 38 of file Typo3QuerySettingsTest.php.

Member Data Documentation

◆ $subject

Typo3QuerySettings TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Typo3QuerySettingsTest::$subject = null
protected

Definition at line 33 of file Typo3QuerySettingsTest.php.