‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Tests\Unit\Controller\File\FileControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Controller\File\FileControllerTest:

Public Member Functions

 flattenResultDataValueReturnsAnythingElseAsIs ()
 
 flattenResultDataValueFlattensFile ()
 
 processAjaxRequestDeleteProcessActuallyDoesNotChangeFileData ()
 
 processAjaxRequestEditFileProcessActuallyDoesNotChangeFileData ()
 
 processAjaxRequestReturnsStatus200IfNoErrorOccurs ()
 
 processAjaxRequestReturnsStatus500IfErrorOccurs ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

File &MockObject $fileResourceMock
 

Detailed Description

Definition at line 36 of file FileControllerTest.php.

Member Function Documentation

◆ flattenResultDataValueFlattensFile()

TYPO3\CMS\Backend\Tests\Unit\Controller\File\FileControllerTest::flattenResultDataValueFlattensFile ( )

Definition at line 64 of file FileControllerTest.php.

◆ flattenResultDataValueReturnsAnythingElseAsIs()

TYPO3\CMS\Backend\Tests\Unit\Controller\File\FileControllerTest::flattenResultDataValueReturnsAnythingElseAsIs ( )

Definition at line 56 of file FileControllerTest.php.

◆ processAjaxRequestDeleteProcessActuallyDoesNotChangeFileData()

TYPO3\CMS\Backend\Tests\Unit\Controller\File\FileControllerTest::processAjaxRequestDeleteProcessActuallyDoesNotChangeFileData ( )

Definition at line 96 of file FileControllerTest.php.

◆ processAjaxRequestEditFileProcessActuallyDoesNotChangeFileData()

TYPO3\CMS\Backend\Tests\Unit\Controller\File\FileControllerTest::processAjaxRequestEditFileProcessActuallyDoesNotChangeFileData ( )

Definition at line 116 of file FileControllerTest.php.

◆ processAjaxRequestReturnsStatus200IfNoErrorOccurs()

TYPO3\CMS\Backend\Tests\Unit\Controller\File\FileControllerTest::processAjaxRequestReturnsStatus200IfNoErrorOccurs ( )

Definition at line 136 of file FileControllerTest.php.

◆ processAjaxRequestReturnsStatus500IfErrorOccurs()

TYPO3\CMS\Backend\Tests\Unit\Controller\File\FileControllerTest::processAjaxRequestReturnsStatus500IfErrorOccurs ( )

Definition at line 156 of file FileControllerTest.php.

◆ setUp()

TYPO3\CMS\Backend\Tests\Unit\Controller\File\FileControllerTest::setUp ( )
protected

Definition at line 40 of file FileControllerTest.php.

Member Data Documentation

◆ $fileResourceMock

File& MockObject TYPO3\CMS\Backend\Tests\Unit\Controller\File\FileControllerTest::$fileResourceMock
protected

Definition at line 38 of file FileControllerTest.php.