TYPO3  7.6
Public Member Functions | List of all members
FormInlineAjaxControllerTest Class Reference
Inheritance diagram for FormInlineAjaxControllerTest:

Public Member Functions

 checkInlineFileTypeAccessForFieldForFieldNoFiletypesReturnsTrue ()
 
 checkInlineFileTypeAccessForFieldFiletypesSetRecordTypeNotInListReturnsFalse ()
 
 checkInlineFileTypeAccessForFieldFiletypesSetRecordTypeInListReturnsTrue ()
 

Detailed Description

Test case

Definition at line 23 of file FormInlineAjaxControllerTest.php.

Member Function Documentation

checkInlineFileTypeAccessForFieldFiletypesSetRecordTypeInListReturnsTrue ( )

Checks if the given file type may be uploaded and the given file type is in the list of allowed files

Test:

Definition at line 57 of file FormInlineAjaxControllerTest.php.

checkInlineFileTypeAccessForFieldFiletypesSetRecordTypeNotInListReturnsFalse ( )

Checks if the given file type may be uploaded and the given file type is NOT in the list of allowed files

Test:

Definition at line 44 of file FormInlineAjaxControllerTest.php.

checkInlineFileTypeAccessForFieldForFieldNoFiletypesReturnsTrue ( )

Checks if the given file type may be uploaded without ANY limit to file types being given

Test:

Definition at line 30 of file FormInlineAjaxControllerTest.php.