‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Unit\RegistryTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\RegistryTest:

Public Member Functions

 getThrowsExceptionForInvalidNamespacesUsingNoNamespace ()
 
 getThrowsExceptionForInvalidNamespacesUsingTooShortNamespace ()
 
 setThrowsAnExceptionOnEmptyNamespace ()
 
 setThrowsAnExceptionOnWrongNamespace ()
 
 removeThrowsAnExceptionOnWrongNamespace ()
 
 removeAllByNamespaceThrowsAnExceptionOnWrongNamespace ()
 

Detailed Description

Test case

Definition at line 26 of file RegistryTest.php.

Member Function Documentation

◆ getThrowsExceptionForInvalidNamespacesUsingNoNamespace()

TYPO3\CMS\Core\Tests\Unit\RegistryTest::getThrowsExceptionForInvalidNamespacesUsingNoNamespace ( )
Test:

Definition at line 31 of file RegistryTest.php.

◆ getThrowsExceptionForInvalidNamespacesUsingTooShortNamespace()

TYPO3\CMS\Core\Tests\Unit\RegistryTest::getThrowsExceptionForInvalidNamespacesUsingTooShortNamespace ( )
Test:

Definition at line 41 of file RegistryTest.php.

◆ removeAllByNamespaceThrowsAnExceptionOnWrongNamespace()

TYPO3\CMS\Core\Tests\Unit\RegistryTest::removeAllByNamespaceThrowsAnExceptionOnWrongNamespace ( )
Test:

Definition at line 81 of file RegistryTest.php.

◆ removeThrowsAnExceptionOnWrongNamespace()

TYPO3\CMS\Core\Tests\Unit\RegistryTest::removeThrowsAnExceptionOnWrongNamespace ( )
Test:

Definition at line 71 of file RegistryTest.php.

◆ setThrowsAnExceptionOnEmptyNamespace()

TYPO3\CMS\Core\Tests\Unit\RegistryTest::setThrowsAnExceptionOnEmptyNamespace ( )
Test:

Definition at line 51 of file RegistryTest.php.

◆ setThrowsAnExceptionOnWrongNamespace()

TYPO3\CMS\Core\Tests\Unit\RegistryTest::setThrowsAnExceptionOnWrongNamespace ( )
Test:

Definition at line 61 of file RegistryTest.php.