‪TYPO3CMS  ‪main
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

Definition at line 24 of file RegistryTest.php.

Member Function Documentation

◆ getThrowsExceptionForInvalidNamespacesUsingNoNamespace()

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

Definition at line 27 of file RegistryTest.php.

◆ getThrowsExceptionForInvalidNamespacesUsingTooShortNamespace()

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

Definition at line 35 of file RegistryTest.php.

◆ removeAllByNamespaceThrowsAnExceptionOnWrongNamespace()

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

Definition at line 67 of file RegistryTest.php.

◆ removeThrowsAnExceptionOnWrongNamespace()

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

Definition at line 59 of file RegistryTest.php.

◆ setThrowsAnExceptionOnEmptyNamespace()

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

Definition at line 43 of file RegistryTest.php.

◆ setThrowsAnExceptionOnWrongNamespace()

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

Definition at line 51 of file RegistryTest.php.