TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 setUp ()
 
 imagemakeFixesPermissionsOnNewFiles ()
 
 getSpriteIconClassesWithEmptyStringReturnsT3Icon ()
 
 getSpriteIconClassesWithOnePartReturnsT3Icon ()
 
 getSpriteIconClassesWithTwoPartsReturnsT3IconAndCombinedParts ()
 
 getSpriteIconClassesWithThreePartsReturnsT3IconAndCombinedParts ()
 
 getSpriteIconClassesWithFourPartsReturnsT3IconAndCombinedParts ()
 
 getSpriteIconWithEmptyStringReturnsSpanWithIconMissingSprite ()
 
 getSpriteIconWithMissingIconReturnsSpanWithIconMissingSprite ()
 
 getSpriteIconWithExistingIconReturnsSpanWithIconSprite ()
 
 getSpriteIconWithExistingIconAndAttributeReturnsSpanWithIconSpriteAndAttribute ()
 
 getSpriteIconWithExistingIconAndClassAttributeReturnsSpanWithIconSpriteAndClassAttribute ()
 
 getSpriteIconWithExistingIconAndInnerHTMLReturnsSpanWithIconSpriteAndInnerHTML ()
 
 getSpriteIconWithExistingIconAndOverlayReturnsSpanWithIconSpriteAndOverlay ()
 
 getSpriteIconWithExistingIconAndOverlayAndAttributesReturnsSpanWithIconSpriteAndOverlayAndAttributes ()
 
 getSpriteIconForRecordWithNullTableReturnsMissingIcon ()
 
 getSpriteIconForRecordWithEmptyRecordReturnsNormalSprite ()
 
 getSpriteIconForRecordWithMockRecordReturnsNormalSprite ()
 
 getSpriteIconForRecordWithMockRecordAndOptionsReturnsNormalSprite ()
 
 getSpriteIconForRecordWithMockRecordOfTypePluginReturnsPluginSprite ()
 
 getSpriteIconForRecordWithMockRecordWithHiddenFlagReturnsNormalSpriteAndOverlay ()
 
 getSpriteIconForFileWithNoFileTypeReturnsOtherSprite ()
 
 getSpriteIconForFileWithNoUnknowFileTypeReturnsOtherSprite ()
 
 getSpriteIconForFileWithPdfReturnsPdfSprite ()
 
 getSpriteIconForFileWithPngReturnsPngSprite ()
 
 getSpriteIconForFileWithPngAndOptionsReturnsPngSpriteAndOptions ()
 
 isOverrideIconOverlayHookCalled ()
 
 isFaultyOverrideIconOverlayHookNotCalled ()
 
 getSpriteIconForResourceWithFileWithoutExtensionTypeReturnsOtherSprite ()
 
 getSpriteIconForResourceWithUnknownFileTypeReturnsOtherSprite ()
 
 getSpriteIconForResourceWithPdfReturnsPdfSprite ()
 
 getSpriteIconForResourceWithPngFileReturnsPngSprite ()
 
 getSpriteIconForResourceWithPngFileAndOptionsReturnsPngSpriteAndOptions ()
 
 getSpriteIconForResourceWithFolderReturnsFolderSprite ()
 
 getSpriteIconForResourceWithOpenFolderReturnsOpenFolderSprite ()
 
 getSpriteIconForResourceWithRootFolderReturnsRootFolderSprite ()
 
 getSpriteIconForResourceWithMountRootReturnsMountFolderSprite ()
 
 isOverrideResourceIconHookCalled ()
 
 isFaultyResourceIconHookNotCalled ()
 

Protected Member Functions

 getTestSubjectFolderObject ($identifier)
 
 getTestSubjectFileObject ($extension)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, array $methods=array(), array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Protected Attributes

 $mockRecord
 
 $subject
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = array('TYPO3_LOADED_EXT')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Test case

Author
Fabien Udriot fabie.nosp@m.n.ud.nosp@m.riot@.nosp@m.ecod.nosp@m.ev.ch
Oliver Klee typo3.nosp@m.-cod.nosp@m.ing@o.nosp@m.live.nosp@m.rklee.nosp@m..de

Definition at line 23 of file IconUtilityTest.php.

Member Function Documentation

◆ getSpriteIconClassesWithEmptyStringReturnsT3Icon()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconClassesWithEmptyStringReturnsT3Icon ( )

Tests whether an empty string returns 't3-icon'

Test:

Definition at line 131 of file IconUtilityTest.php.

References TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconClassesWithFourPartsReturnsT3IconAndCombinedParts()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconClassesWithFourPartsReturnsT3IconAndCombinedParts ( )

Tests the return of four parts

Test:

Definition at line 175 of file IconUtilityTest.php.

References $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconClassesWithOnePartReturnsT3Icon()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconClassesWithOnePartReturnsT3Icon ( )

Tests whether one part returns 't3-icon'

Test:

Definition at line 141 of file IconUtilityTest.php.

References TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconClassesWithThreePartsReturnsT3IconAndCombinedParts()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconClassesWithThreePartsReturnsT3IconAndCombinedParts ( )

Tests the return of tree parts

Test:

Definition at line 163 of file IconUtilityTest.php.

References $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconClassesWithTwoPartsReturnsT3IconAndCombinedParts()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconClassesWithTwoPartsReturnsT3IconAndCombinedParts ( )

Tests the return of two parts

Test:

Definition at line 151 of file IconUtilityTest.php.

References $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconForFileWithNoFileTypeReturnsOtherSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForFileWithNoFileTypeReturnsOtherSprite ( )

Tests the returns of no file

Test:

Definition at line 494 of file IconUtilityTest.php.

References $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconForFileWithNoUnknowFileTypeReturnsOtherSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForFileWithNoUnknowFileTypeReturnsOtherSprite ( )

Tests the returns of unknown file

Test:

Definition at line 505 of file IconUtilityTest.php.

References $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconForFileWithPdfReturnsPdfSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForFileWithPdfReturnsPdfSprite ( )

Tests the returns of file pdf

Test:

Definition at line 516 of file IconUtilityTest.php.

References $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconForFileWithPngAndOptionsReturnsPngSpriteAndOptions()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForFileWithPngAndOptionsReturnsPngSpriteAndOptions ( )

Tests the returns of file png + option

Test:

Definition at line 538 of file IconUtilityTest.php.

References $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconForFileWithPngReturnsPngSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForFileWithPngReturnsPngSprite ( )

Tests the returns of file png

Test:

Definition at line 527 of file IconUtilityTest.php.

References $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconForRecordWithEmptyRecordReturnsNormalSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForRecordWithEmptyRecordReturnsNormalSprite ( )

Tests the returns of tt_content + empty record

Test:

Definition at line 344 of file IconUtilityTest.php.

References $GLOBALS, $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconForRecordWithMockRecordAndOptionsReturnsNormalSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForRecordWithMockRecordAndOptionsReturnsNormalSprite ( )

Tests the returns of tt_content + mock record + options

Test:

Definition at line 396 of file IconUtilityTest.php.

References $GLOBALS, $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconForRecordWithMockRecordOfTypePluginReturnsPluginSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForRecordWithMockRecordOfTypePluginReturnsPluginSprite ( )

Tests the returns of tt_content + mock record of type 'list' (aka plugin)

Test:

Definition at line 422 of file IconUtilityTest.php.

References $GLOBALS, TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$mockRecord, $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconForRecordWithMockRecordReturnsNormalSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForRecordWithMockRecordReturnsNormalSprite ( )

Tests the returns of tt_content + mock record

Test:

Definition at line 370 of file IconUtilityTest.php.

References $GLOBALS, $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconForRecordWithMockRecordWithHiddenFlagReturnsNormalSpriteAndOverlay()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForRecordWithMockRecordWithHiddenFlagReturnsNormalSpriteAndOverlay ( )

◆ getSpriteIconForRecordWithNullTableReturnsMissingIcon()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForRecordWithNullTableReturnsMissingIcon ( )

Tests the returns of NULL table + empty array

Test:

Definition at line 333 of file IconUtilityTest.php.

References $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconForResourceWithFileWithoutExtensionTypeReturnsOtherSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForResourceWithFileWithoutExtensionTypeReturnsOtherSprite ( )

◆ getSpriteIconForResourceWithFolderReturnsFolderSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForResourceWithFolderReturnsFolderSprite ( )

◆ getSpriteIconForResourceWithMountRootReturnsMountFolderSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForResourceWithMountRootReturnsMountFolderSprite ( )

◆ getSpriteIconForResourceWithOpenFolderReturnsOpenFolderSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForResourceWithOpenFolderReturnsOpenFolderSprite ( )

◆ getSpriteIconForResourceWithPdfReturnsPdfSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForResourceWithPdfReturnsPdfSprite ( )

◆ getSpriteIconForResourceWithPngFileAndOptionsReturnsPngSpriteAndOptions()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForResourceWithPngFileAndOptionsReturnsPngSpriteAndOptions ( )

◆ getSpriteIconForResourceWithPngFileReturnsPngSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForResourceWithPngFileReturnsPngSprite ( )

◆ getSpriteIconForResourceWithRootFolderReturnsRootFolderSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForResourceWithRootFolderReturnsRootFolderSprite ( )

◆ getSpriteIconForResourceWithUnknownFileTypeReturnsOtherSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconForResourceWithUnknownFileTypeReturnsOtherSprite ( )

◆ getSpriteIconWithEmptyStringReturnsSpanWithIconMissingSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconWithEmptyStringReturnsSpanWithIconMissingSprite ( )

Tests whether an empty string returns a span with the missing sprite

Test:

Definition at line 190 of file IconUtilityTest.php.

References $GLOBALS, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconWithExistingIconAndAttributeReturnsSpanWithIconSpriteAndAttribute()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconWithExistingIconAndAttributeReturnsSpanWithIconSpriteAndAttribute ( )

Tests the returns of an existing icon + an other attribute like title="foo"

Test:

Definition at line 239 of file IconUtilityTest.php.

References $GLOBALS, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconWithExistingIconAndClassAttributeReturnsSpanWithIconSpriteAndClassAttribute()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconWithExistingIconAndClassAttributeReturnsSpanWithIconSpriteAndClassAttribute ( )

Tests the returns of an existing icon + a class attribute

Test:

Definition at line 256 of file IconUtilityTest.php.

References $GLOBALS, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconWithExistingIconAndInnerHTMLReturnsSpanWithIconSpriteAndInnerHTML()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconWithExistingIconAndInnerHTMLReturnsSpanWithIconSpriteAndInnerHTML ( )

Tests the returns of an existing icon + a class attribute

Test:

Definition at line 273 of file IconUtilityTest.php.

References $GLOBALS, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconWithExistingIconAndOverlayAndAttributesReturnsSpanWithIconSpriteAndOverlayAndAttributes()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconWithExistingIconAndOverlayAndAttributesReturnsSpanWithIconSpriteAndOverlayAndAttributes ( )

Tests the returns of an existing icon + an overlay

Test:

Definition at line 310 of file IconUtilityTest.php.

References $GLOBALS, $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconWithExistingIconAndOverlayReturnsSpanWithIconSpriteAndOverlay()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconWithExistingIconAndOverlayReturnsSpanWithIconSpriteAndOverlay ( )

Tests the returns of an existing icon + an overlay

Test:

Definition at line 290 of file IconUtilityTest.php.

References $GLOBALS, $result, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconWithExistingIconReturnsSpanWithIconSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconWithExistingIconReturnsSpanWithIconSprite ( )

Tests whether an existing icon returns a span with the correct sprite

Test:

Definition at line 222 of file IconUtilityTest.php.

References $GLOBALS, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getSpriteIconWithMissingIconReturnsSpanWithIconMissingSprite()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::getSpriteIconWithMissingIconReturnsSpanWithIconMissingSprite ( )

Tests whether an non existing icons returns a span with the missing sprite

Test:

Definition at line 206 of file IconUtilityTest.php.

References $GLOBALS, and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject.

◆ getTestSubjectFileObject()

◆ getTestSubjectFolderObject()

◆ imagemakeFixesPermissionsOnNewFiles()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::imagemakeFixesPermissionsOnNewFiles ( )

◆ isFaultyOverrideIconOverlayHookNotCalled()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::isFaultyOverrideIconOverlayHookNotCalled ( )

Tests whether a faulty overrideIconOverlay hook (the hook object cannot be found) is not called.

Test:

Definition at line 564 of file IconUtilityTest.php.

References $GLOBALS, TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject, and TYPO3\CMS\Core\Tests\BaseTestCase\getUniqueId().

◆ isFaultyResourceIconHookNotCalled()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::isFaultyResourceIconHookNotCalled ( )

◆ isOverrideIconOverlayHookCalled()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::isOverrideIconOverlayHookCalled ( )

Tests whether a overrideIconOverlay hook is called.

Test:

Definition at line 549 of file IconUtilityTest.php.

References $GLOBALS, TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\$subject, and TYPO3\CMS\Core\Tests\BaseTestCase\getUniqueId().

◆ isOverrideResourceIconHookCalled()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::isOverrideResourceIconHookCalled ( )

◆ setUp()

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::setUp ( )

Set up test case

Returns
void

Definition at line 57 of file IconUtilityTest.php.

References TYPO3\CMS\Core\Tests\BaseTestCase\getUniqueId().

Member Data Documentation

◆ $mockRecord

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::$mockRecord
protected
Initial value:
= array(
'header' => 'dummy content header',
'uid' => '1',
'pid' => '1',
'image' => '',
'hidden' => '0',
'starttime' => '0',
'endtime' => '0',
'fe_group' => '',
'CType' => 'text',
't3ver_id' => '0',
't3ver_state' => '0',
't3ver_wsid' => '0',
'sys_language_uid' => '0',
'l18n_parent' => '0',
'subheader' => '',
'bodytext' => '',
)

Definition at line 28 of file IconUtilityTest.php.

Referenced by TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForRecordWithMockRecordOfTypePluginReturnsPluginSprite(), and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForRecordWithMockRecordWithHiddenFlagReturnsNormalSpriteAndOverlay().

◆ $subject

TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest::$subject
protected

Definition at line 50 of file IconUtilityTest.php.

Referenced by TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconClassesWithEmptyStringReturnsT3Icon(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconClassesWithFourPartsReturnsT3IconAndCombinedParts(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconClassesWithOnePartReturnsT3Icon(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconClassesWithThreePartsReturnsT3IconAndCombinedParts(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconClassesWithTwoPartsReturnsT3IconAndCombinedParts(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForFileWithNoFileTypeReturnsOtherSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForFileWithNoUnknowFileTypeReturnsOtherSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForFileWithPdfReturnsPdfSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForFileWithPngAndOptionsReturnsPngSpriteAndOptions(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForFileWithPngReturnsPngSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForRecordWithEmptyRecordReturnsNormalSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForRecordWithMockRecordAndOptionsReturnsNormalSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForRecordWithMockRecordOfTypePluginReturnsPluginSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForRecordWithMockRecordReturnsNormalSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForRecordWithMockRecordWithHiddenFlagReturnsNormalSpriteAndOverlay(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForRecordWithNullTableReturnsMissingIcon(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForResourceWithFileWithoutExtensionTypeReturnsOtherSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForResourceWithFolderReturnsFolderSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForResourceWithMountRootReturnsMountFolderSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForResourceWithOpenFolderReturnsOpenFolderSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForResourceWithPdfReturnsPdfSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForResourceWithPngFileAndOptionsReturnsPngSpriteAndOptions(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForResourceWithPngFileReturnsPngSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForResourceWithRootFolderReturnsRootFolderSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconForResourceWithUnknownFileTypeReturnsOtherSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconWithEmptyStringReturnsSpanWithIconMissingSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconWithExistingIconAndAttributeReturnsSpanWithIconSpriteAndAttribute(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconWithExistingIconAndClassAttributeReturnsSpanWithIconSpriteAndClassAttribute(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconWithExistingIconAndInnerHTMLReturnsSpanWithIconSpriteAndInnerHTML(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconWithExistingIconAndOverlayAndAttributesReturnsSpanWithIconSpriteAndOverlayAndAttributes(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconWithExistingIconAndOverlayReturnsSpanWithIconSpriteAndOverlay(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconWithExistingIconReturnsSpanWithIconSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\getSpriteIconWithMissingIconReturnsSpanWithIconMissingSprite(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\imagemakeFixesPermissionsOnNewFiles(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\isFaultyOverrideIconOverlayHookNotCalled(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\isFaultyResourceIconHookNotCalled(), TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\isOverrideIconOverlayHookCalled(), and TYPO3\CMS\Backend\Tests\Unit\Utility\IconUtilityTest\isOverrideResourceIconHookCalled().