‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest:

Public Member Functions

 registeredFileCollectionClassesCanBeRetrieved ()
 
 registerFileCollectionClassThrowsExceptionIfClassDoesNotExist ()
 
 registerFileCollectionClassThrowsExceptionIfTypeIsTooLong ()
 
 registerFileCollectionClassThrowsExceptionIfTypeIsAlreadyRegistered ()
 
 registerFileCollectionClassOverridesExistingRegisteredFileCollectionClass ()
 
 getFileCollectionClassThrowsExceptionIfClassIsNotRegistered ()
 
 getFileCollectionClassAcceptsClassNameIfClassIsRegistered ()
 
 fileCollectionRegistryIsInitializedWithPreconfiguredFileCollections ()
 
 fileCollectionExistsReturnsTrueForAllExistingFileCollections ()
 
 fileCollectionExistsReturnsFalseIfFileCollectionDoesNotExist ()
 
 addNewTypeToTCA ()
 

Detailed Description

Definition at line 27 of file FileCollectionRegistryTest.php.

Member Function Documentation

◆ addNewTypeToTCA()

TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest::addNewTypeToTCA ( )

Definition at line 133 of file FileCollectionRegistryTest.php.

References $GLOBALS.

◆ fileCollectionExistsReturnsFalseIfFileCollectionDoesNotExist()

TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest::fileCollectionExistsReturnsFalseIfFileCollectionDoesNotExist ( )

◆ fileCollectionExistsReturnsTrueForAllExistingFileCollections()

TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest::fileCollectionExistsReturnsTrueForAllExistingFileCollections ( )

Definition at line 112 of file FileCollectionRegistryTest.php.

References $GLOBALS.

◆ fileCollectionRegistryIsInitializedWithPreconfiguredFileCollections()

TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest::fileCollectionRegistryIsInitializedWithPreconfiguredFileCollections ( )

◆ getFileCollectionClassAcceptsClassNameIfClassIsRegistered()

TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest::getFileCollectionClassAcceptsClassNameIfClassIsRegistered ( )

Definition at line 91 of file FileCollectionRegistryTest.php.

◆ getFileCollectionClassThrowsExceptionIfClassIsNotRegistered()

TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest::getFileCollectionClassThrowsExceptionIfClassIsNotRegistered ( )

◆ registeredFileCollectionClassesCanBeRetrieved()

TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest::registeredFileCollectionClassesCanBeRetrieved ( )

Definition at line 30 of file FileCollectionRegistryTest.php.

◆ registerFileCollectionClassOverridesExistingRegisteredFileCollectionClass()

TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest::registerFileCollectionClassOverridesExistingRegisteredFileCollectionClass ( )

Definition at line 72 of file FileCollectionRegistryTest.php.

◆ registerFileCollectionClassThrowsExceptionIfClassDoesNotExist()

TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest::registerFileCollectionClassThrowsExceptionIfClassDoesNotExist ( )

◆ registerFileCollectionClassThrowsExceptionIfTypeIsAlreadyRegistered()

TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest::registerFileCollectionClassThrowsExceptionIfTypeIsAlreadyRegistered ( )

Definition at line 60 of file FileCollectionRegistryTest.php.

◆ registerFileCollectionClassThrowsExceptionIfTypeIsTooLong()

TYPO3\CMS\Core\Tests\Unit\Resource\Collection\FileCollectionRegistryTest::registerFileCollectionClassThrowsExceptionIfTypeIsTooLong ( )

Definition at line 49 of file FileCollectionRegistryTest.php.