‪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 23 of file RegistryTest.php.

Member Function Documentation

◆ getThrowsExceptionForInvalidNamespacesUsingNoNamespace()

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

Definition at line 28 of file RegistryTest.php.

◆ getThrowsExceptionForInvalidNamespacesUsingTooShortNamespace()

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

Definition at line 38 of file RegistryTest.php.

◆ removeAllByNamespaceThrowsAnExceptionOnWrongNamespace()

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

Definition at line 78 of file RegistryTest.php.

◆ removeThrowsAnExceptionOnWrongNamespace()

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

Definition at line 68 of file RegistryTest.php.

◆ setThrowsAnExceptionOnEmptyNamespace()

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

Definition at line 48 of file RegistryTest.php.

◆ setThrowsAnExceptionOnWrongNamespace()

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

Definition at line 58 of file RegistryTest.php.