‪TYPO3CMS  ‪main
TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest:

Public Member Functions

 contentIsGeneratedForLocalFiles (int $fileId, array $queryParams)
 

Static Public Member Functions

static contentIsGeneratedForLocalFilesDataProvider ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 

Private Member Functions

 buildRequest (array $queryParams)
 
 buildFile (string $identifier, ResourceStorage $storage)
 
 buildProcessedFile (string $publicUrl)
 
 buildRoundTripClosure (string $prefix)
 

Private Attributes

const ENCRYPTION_KEY = '4408d27a916d51e624b69af3554f516dbab61037a9f7b9fd6f81b4d3bedeccb6'
 
ResourceFactory &MockObject $resourceFactory
 
ResourceStorage &MockObject $storage
 
ShowImageController &MockObject $subject
 

Detailed Description

Definition at line 34 of file ShowImageControllerTest.php.

Member Function Documentation

◆ buildFile()

◆ buildProcessedFile()

TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest::buildProcessedFile ( string  $publicUrl)
private

◆ buildRequest()

TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest::buildRequest ( array  $queryParams)
private
Parameters
array<string,int|string>‪$queryParams

Definition at line 130 of file ShowImageControllerTest.php.

Referenced by TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest\contentIsGeneratedForLocalFiles().

◆ buildRoundTripClosure()

TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest::buildRoundTripClosure ( string  $prefix)
private

◆ contentIsGeneratedForLocalFiles()

TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest::contentIsGeneratedForLocalFiles ( int  $fileId,
array  $queryParams 
)

◆ contentIsGeneratedForLocalFilesDataProvider()

static TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest::contentIsGeneratedForLocalFilesDataProvider ( )
static

◆ setUp()

TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest::setUp ( )
protected

◆ tearDown()

TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest::tearDown ( )
protected

Definition at line 58 of file ShowImageControllerTest.php.

Member Data Documentation

◆ $resourceFactory

ResourceFactory& MockObject TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest::$resourceFactory
private

Definition at line 37 of file ShowImageControllerTest.php.

◆ $storage

ResourceStorage& MockObject TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest::$storage
private

◆ $subject

ShowImageController& MockObject TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest::$subject
private

Definition at line 39 of file ShowImageControllerTest.php.

◆ ENCRYPTION_KEY

const TYPO3\CMS\Frontend\Tests\Functional\Controller\ShowImageControllerTest::ENCRYPTION_KEY = '4408d27a916d51e624b69af3554f516dbab61037a9f7b9fd6f81b4d3bedeccb6'
private