‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Tests\Unit\Http\RouteDispatcherTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Http\RouteDispatcherTest:

Public Member Functions

 tearDown ()
 
 dispatchThrowsExceptionIfTargetIsNotCallable ()
 
 dispatchCallsTargetIfTargetIsArray ()
 
 dispatchCallsTargetIfTargetIsClosure ()
 
 dispatchCallsTargetIfTargetIsClassImplementingInvoke ()
 
 dispatchCallsTargetIfTargetIsInContainer ()
 
 dispatchThrowsExceptionIfTargetWithClassNameOnlyDoesNotImplementInvoke ()
 
 dispatchCallsClassMethodCombinationGivenAsString ()
 
 dispatchCallsStaticClassMethodCombinationGivenAsString ()
 

Detailed Description

Test case

Definition at line 36 of file RouteDispatcherTest.php.

Member Function Documentation

◆ dispatchCallsClassMethodCombinationGivenAsString()

TYPO3\CMS\Backend\Tests\Unit\Http\RouteDispatcherTest::dispatchCallsClassMethodCombinationGivenAsString ( )

◆ dispatchCallsStaticClassMethodCombinationGivenAsString()

TYPO3\CMS\Backend\Tests\Unit\Http\RouteDispatcherTest::dispatchCallsStaticClassMethodCombinationGivenAsString ( )

◆ dispatchCallsTargetIfTargetIsArray()

TYPO3\CMS\Backend\Tests\Unit\Http\RouteDispatcherTest::dispatchCallsTargetIfTargetIsArray ( )

◆ dispatchCallsTargetIfTargetIsClassImplementingInvoke()

TYPO3\CMS\Backend\Tests\Unit\Http\RouteDispatcherTest::dispatchCallsTargetIfTargetIsClassImplementingInvoke ( )

◆ dispatchCallsTargetIfTargetIsClosure()

TYPO3\CMS\Backend\Tests\Unit\Http\RouteDispatcherTest::dispatchCallsTargetIfTargetIsClosure ( )

◆ dispatchCallsTargetIfTargetIsInContainer()

TYPO3\CMS\Backend\Tests\Unit\Http\RouteDispatcherTest::dispatchCallsTargetIfTargetIsInContainer ( )

◆ dispatchThrowsExceptionIfTargetIsNotCallable()

TYPO3\CMS\Backend\Tests\Unit\Http\RouteDispatcherTest::dispatchThrowsExceptionIfTargetIsNotCallable ( )

◆ dispatchThrowsExceptionIfTargetWithClassNameOnlyDoesNotImplementInvoke()

TYPO3\CMS\Backend\Tests\Unit\Http\RouteDispatcherTest::dispatchThrowsExceptionIfTargetWithClassNameOnlyDoesNotImplementInvoke ( )

◆ tearDown()

TYPO3\CMS\Backend\Tests\Unit\Http\RouteDispatcherTest::tearDown ( )