ServiceValueResolverTest
extends TestCase
Table of Contents
-
testControllerNameIsAnArray()
: mixed
-
testDoNotSupportWhenControllerDoNotExists()
: mixed
-
testExistingController()
: mixed
-
testExistingControllerWithATrailingBackSlash()
: mixed
-
testExistingControllerWithMethodNameStartUppercase()
: mixed
-
assertYieldEquals()
: mixed
-
requestWithAttributes()
: mixed
testControllerNameIsAnArray()
public
testControllerNameIsAnArray() : mixed
Return values
mixed
—
testDoNotSupportWhenControllerDoNotExists()
public
testDoNotSupportWhenControllerDoNotExists() : mixed
Return values
mixed
—
testExistingController()
public
testExistingController() : mixed
Return values
mixed
—
testExistingControllerWithATrailingBackSlash()
public
testExistingControllerWithATrailingBackSlash() : mixed
Return values
mixed
—
testExistingControllerWithMethodNameStartUppercase()
public
testExistingControllerWithMethodNameStartUppercase() : mixed
Return values
mixed
—
assertYieldEquals()
private
assertYieldEquals(array<string|int, mixed> $expected, Generator $generator) : mixed
Parameters
-
$expected
: array<string|int, mixed>
-
-
$generator
: Generator
-
Return values
mixed
—
requestWithAttributes()
private
requestWithAttributes(array<string|int, mixed> $attributes) : mixed
Parameters
-
$attributes
: array<string|int, mixed>
-
Return values
mixed
—