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

Public Member Functions

 flattenResultDataValueFlattensFileAndFolderResourcesButReturnsAnythingElseAsIs ()
 
 processAjaxRequestDeleteProcessActuallyDoesNotChangeFileData ()
 
 processAjaxRequestEditFileProcessActuallyDoesNotChangeFileData ()
 
 processAjaxRequestUnzipProcessActuallyDoesNotChangeFileData ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $fileController
 
 $fileResourceMock
 
 $folderResourceMock
 
 $mockFileProcessor
 
 $request
 
 $response
 

Detailed Description

Tests for

Definition at line 23 of file FileControllerTest.php.

Member Function Documentation

flattenResultDataValueFlattensFileAndFolderResourcesButReturnsAnythingElseAsIs ( )
Test:

Definition at line 75 of file FileControllerTest.php.

processAjaxRequestDeleteProcessActuallyDoesNotChangeFileData ( )
Test:

Definition at line 106 of file FileControllerTest.php.

processAjaxRequestEditFileProcessActuallyDoesNotChangeFileData ( )
Test:

Definition at line 123 of file FileControllerTest.php.

processAjaxRequestUnzipProcessActuallyDoesNotChangeFileData ( )
Test:

Definition at line 140 of file FileControllerTest.php.

setUp ( )
protected

Sets up this test case.

Definition at line 58 of file FileControllerTest.php.

Member Data Documentation

$fileController
protected

Definition at line 28 of file FileControllerTest.php.

$fileResourceMock
protected

Definition at line 33 of file FileControllerTest.php.

$folderResourceMock
protected

Definition at line 38 of file FileControllerTest.php.

$mockFileProcessor
protected

Definition at line 43 of file FileControllerTest.php.

$request
protected

Definition at line 48 of file FileControllerTest.php.

$response
protected

Definition at line 53 of file FileControllerTest.php.