Documentation

ServiceValueResolverTest extends TestCase
in package

Table of Contents

testControllerNameIsAnArray()  : mixed
testDoNotSupportWhenControllerDoNotExists()  : mixed
testExistingController()  : mixed
testExistingControllerWithATrailingBackSlash()  : mixed
testExistingControllerWithMethodNameStartUppercase()  : mixed
assertYieldEquals()  : mixed
requestWithAttributes()  : mixed

Methods

testDoNotSupportWhenControllerDoNotExists()

public testDoNotSupportWhenControllerDoNotExists() : 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

Search results