Documentation

RouteCompilerTest extends TestCase
in package

Table of Contents

getVariableNamesStartingWithADigit()  : mixed
provideCompileData()  : mixed
provideCompileImplicitUtf8Data()  : mixed
provideCompileWithHostData()  : mixed
testCompile()  : mixed
testCompileImplicitUtf8Data()  : mixed
testCompileWithHost()  : mixed
testRequirementCharsetMismatch()  : mixed
testRouteCharsetMismatch()  : mixed
testRouteWithFragmentAsPathParameter()  : mixed
testRouteWithSameVariableTwice()  : mixed
testRouteWithTooLongVariableName()  : mixed
testRouteWithVariableNameStartingWithADigit()  : mixed

Methods

getVariableNamesStartingWithADigit()

public getVariableNamesStartingWithADigit() : mixed
Return values
mixed

provideCompileData()

public provideCompileData() : mixed
Return values
mixed

provideCompileImplicitUtf8Data()

public provideCompileImplicitUtf8Data() : mixed
Return values
mixed

provideCompileWithHostData()

public provideCompileWithHostData() : mixed
Return values
mixed

testCompile()

public testCompile(mixed $name, mixed $arguments, mixed $prefix, mixed $regex, mixed $variables, mixed $tokens) : mixed
Parameters
$name : mixed
$arguments : mixed
$prefix : mixed
$regex : mixed
$variables : mixed
$tokens : mixed
Tags
dataProvider

provideCompileData

Return values
mixed

testCompileImplicitUtf8Data()

public testCompileImplicitUtf8Data(mixed $name, mixed $arguments, mixed $prefix, mixed $regex, mixed $variables, mixed $tokens, mixed $deprecationType) : mixed
Parameters
$name : mixed
$arguments : mixed
$prefix : mixed
$regex : mixed
$variables : mixed
$tokens : mixed
$deprecationType : mixed
Tags
group

legacy

dataProvider

provideCompileImplicitUtf8Data

expectedDeprecation

Using UTF-8 route %s without setting the "utf8" option is deprecated %s.

Return values
mixed

testCompileWithHost()

public testCompileWithHost(mixed $name, mixed $arguments, mixed $prefix, mixed $regex, mixed $variables, mixed $pathVariables, mixed $tokens, mixed $hostRegex, mixed $hostVariables, mixed $hostTokens) : mixed
Parameters
$name : mixed
$arguments : mixed
$prefix : mixed
$regex : mixed
$variables : mixed
$pathVariables : mixed
$tokens : mixed
$hostRegex : mixed
$hostVariables : mixed
$hostTokens : mixed
Tags
dataProvider

provideCompileWithHostData

Return values
mixed

testRequirementCharsetMismatch()

public testRequirementCharsetMismatch() : mixed
Return values
mixed

testRouteCharsetMismatch()

public testRouteCharsetMismatch() : mixed
Return values
mixed

testRouteWithFragmentAsPathParameter()

public testRouteWithFragmentAsPathParameter() : mixed
Return values
mixed

testRouteWithSameVariableTwice()

public testRouteWithSameVariableTwice() : mixed
Return values
mixed

testRouteWithTooLongVariableName()

public testRouteWithTooLongVariableName() : mixed
Return values
mixed

testRouteWithVariableNameStartingWithADigit()

public testRouteWithVariableNameStartingWithADigit(mixed $name) : mixed
Parameters
$name : mixed
Tags
dataProvider

getVariableNamesStartingWithADigit

Return values
mixed

Search results