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

Public Member Functions

 _before (ApplicationTester $I, PageTree $pageTree)
 
 seeFalRelationInfo (ApplicationTester $I, ModalDialog $modalDialog)
 
 hideFalRelation (ApplicationTester $I)
 
 deleteFalRelation (ApplicationTester $I, ModalDialog $modalDialog)
 

Static Private Attributes

static string $filenameSelector = '.form-irre-header-body > span > dl.row:first-child > dd.col'
 
static string $saveButtonLink = '//*/button[@name="_savedok"][1]'
 

Detailed Description

Tests for type=file (FAL)

Definition at line 27 of file FileCest.php.

Member Function Documentation

◆ _before()

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

Open styleguide file page in list module

Definition at line 35 of file FileCest.php.

References TYPO3\CMS\Core\Tests\Acceptance\Support\Helper\AbstractTree\openPath().

◆ deleteFalRelation()

TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\FileCest::deleteFalRelation ( ApplicationTester  $I,
ModalDialog  $modalDialog 
)

◆ hideFalRelation()

TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\FileCest::hideFalRelation ( ApplicationTester  $I)

Definition at line 61 of file FileCest.php.

◆ seeFalRelationInfo()

TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\FileCest::seeFalRelationInfo ( ApplicationTester  $I,
ModalDialog  $modalDialog 
)

Member Data Documentation

◆ $filenameSelector

string TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\FileCest::$filenameSelector = '.form-irre-header-body > span > dl.row:first-child > dd.col'
staticprivate

Definition at line 29 of file FileCest.php.

◆ $saveButtonLink

string TYPO3\CMS\Core\Tests\Acceptance\Application\FormEngine\FileCest::$saveButtonLink = '//*/button[@name="_savedok"][1]'
staticprivate

Definition at line 30 of file FileCest.php.