‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Tests\Unit\Service\ImageScriptServiceTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Service\ImageScriptServiceTest:

Public Member Functions

 fileIsUnwrappedFromReferenceForProcessing ()
 
 prefixIsCorrectlyAppliedToGetImageUri ($imageUri, $expected)
 
 prefixIsCorrectlyAppliedToGetImageUriWithForcedAbsoluteUrl ($imageUri, $expected)
 

Static Public Member Functions

static prefixIsCorrectlyAppliedToGetImageUriDataProvider ()
 
static prefixIsCorrectlyAppliedToGetImageUriWithAbsolutePathDataProvider ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

bool $resetSingletonInstances = true
 
ImageService $subject
 

Detailed Description

Definition at line 31 of file ImageScriptServiceTest.php.

Member Function Documentation

◆ fileIsUnwrappedFromReferenceForProcessing()

TYPO3\CMS\Extbase\Tests\Unit\Service\ImageScriptServiceTest::fileIsUnwrappedFromReferenceForProcessing ( )

Definition at line 49 of file ImageScriptServiceTest.php.

◆ prefixIsCorrectlyAppliedToGetImageUri()

TYPO3\CMS\Extbase\Tests\Unit\Service\ImageScriptServiceTest::prefixIsCorrectlyAppliedToGetImageUri (   $imageUri,
  $expected 
)

◆ prefixIsCorrectlyAppliedToGetImageUriDataProvider()

static TYPO3\CMS\Extbase\Tests\Unit\Service\ImageScriptServiceTest::prefixIsCorrectlyAppliedToGetImageUriDataProvider ( )
static

Definition at line 62 of file ImageScriptServiceTest.php.

◆ prefixIsCorrectlyAppliedToGetImageUriWithAbsolutePathDataProvider()

static TYPO3\CMS\Extbase\Tests\Unit\Service\ImageScriptServiceTest::prefixIsCorrectlyAppliedToGetImageUriWithAbsolutePathDataProvider ( )
static

Definition at line 86 of file ImageScriptServiceTest.php.

◆ prefixIsCorrectlyAppliedToGetImageUriWithForcedAbsoluteUrl()

TYPO3\CMS\Extbase\Tests\Unit\Service\ImageScriptServiceTest::prefixIsCorrectlyAppliedToGetImageUriWithForcedAbsoluteUrl (   $imageUri,
  $expected 
)

◆ setUp()

TYPO3\CMS\Extbase\Tests\Unit\Service\ImageScriptServiceTest::setUp ( )
protected

Initialize ImageService and environment service mock

Definition at line 40 of file ImageScriptServiceTest.php.

References $_SERVER.

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Extbase\Tests\Unit\Service\ImageScriptServiceTest::$resetSingletonInstances = true
protected

Definition at line 33 of file ImageScriptServiceTest.php.

◆ $subject

ImageService TYPO3\CMS\Extbase\Tests\Unit\Service\ImageScriptServiceTest::$subject
protected

Definition at line 35 of file ImageScriptServiceTest.php.