![]() |
TYPO3
7.6
|
Test case
Definition at line 26 of file NodeFactoryTest.php.
constructorThrowsExceptionIfOverrideTwoNodesWithSamePriorityAndSameNodeNameAreRegistered | ( | ) |
constructorThrowsExceptionIfResolverTwoNodesWithSamePriorityAndSameNodeNameAreRegistered | ( | ) |
constructorThrowsNoExceptionIfResolverWithSamePriorityButDifferentNodeNameAreRegistered | ( | ) |
constructThrowsExceptionIfOverrideMissesClassKey | ( | ) |
constructThrowsExceptionIfOverrideMissesNodeNameKey | ( | ) |
constructThrowsExceptionIfOverrideMissesPriorityKey | ( | ) |
constructThrowsExceptionIfOverridePriorityIsHigherThanHundred | ( | ) |
constructThrowsExceptionIfOverridePriorityIsLowerThanZero | ( | ) |
constructThrowsExceptionIfResolverMissesClassKey | ( | ) |
constructThrowsExceptionIfResolverMissesNodeNameKey | ( | ) |
constructThrowsExceptionIfResolverMissesPriorityKey | ( | ) |
constructThrowsExceptionIfResolverPriorityIsHigherThanHundred | ( | ) |
constructThrowsExceptionIfResolverPriorityIsLowerThanZero | ( | ) |
createReturnsInstanceOfSelectSingleElementIfNeeded | ( | ) |
Definition at line 304 of file NodeFactoryTest.php.
createReturnsInstanceOfSelectTreeElementIfNeeded | ( | ) |
Definition at line 291 of file NodeFactoryTest.php.
createReturnsInstanceOfUnknownElementIfTypeIsNotRegistered | ( | ) |
Definition at line 282 of file NodeFactoryTest.php.
createThrowsExceptionIfRenderTypeIsNotGiven | ( | ) |
Definition at line 259 of file NodeFactoryTest.php.