‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\NullPlaceholderCest Class Reference

Public Member Functions

 _before (ApplicationTester $I, PageTree $pageTree)
 
 checkIfDeactivatingNullCheckboxesMarksAsChanged (ApplicationTester $I)
 

Private Member Functions

 goToListModule (ApplicationTester $I, PageTree $pageTree)
 

Detailed Description

Tests for IRRE null placeholder fields

Definition at line 26 of file NullPlaceholderCest.php.

Member Function Documentation

◆ _before()

TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\NullPlaceholderCest::_before ( ApplicationTester  $I,
PageTree  $pageTree 
)

Call backend and open list module

Definition at line 31 of file NullPlaceholderCest.php.

References TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\NullPlaceholderCest\goToListModule().

◆ checkIfDeactivatingNullCheckboxesMarksAsChanged()

TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\NullPlaceholderCest::checkIfDeactivatingNullCheckboxesMarksAsChanged ( ApplicationTester  $I)

This scenario tests whether activating a null placeholder checkbox marks its state as "changed"

Definition at line 40 of file NullPlaceholderCest.php.

◆ goToListModule()

TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\NullPlaceholderCest::goToListModule ( ApplicationTester  $I,
PageTree  $pageTree 
)
private