RouterUtilsUnitTest
extends TestCase
in package
Tags
Table of Contents
- getCallableDescriptionDataProvider() : array<string|int, mixed>
- Datapdovider for the test testGetCallableDescription
- testGetCallableDescription() : void
- Testing getCallableDescription method
- testMethodNameToRouteConversion() : void
- Testing convertMethodNameToRoute
Methods
getCallableDescriptionDataProvider()
Datapdovider for the test testGetCallableDescription
public
getCallableDescriptionDataProvider() : array<string|int, mixed>
Return values
array<string|int, mixed> —testing data
testGetCallableDescription()
Testing getCallableDescription method
public
testGetCallableDescription(mixed $callable, string $result) : void
Parameters
- $callable : mixed
- $result : string
Tags
Return values
void —testMethodNameToRouteConversion()
Testing convertMethodNameToRoute
public
testMethodNameToRouteConversion() : void