Documentation

ContextTest extends TestCase
in package

Table of Contents

specialAndNotSpecialVariableNames()  : mixed
specialNames()  : mixed
testBoundClass()  : mixed
testBoundObject()  : mixed
testBoundObjectThrowsSometimes()  : mixed
testCommandScopeVariables()  : mixed
testGet()  : mixed
testGetAll()  : mixed
testGetSpecialVariables()  : mixed
testGetUnusedCommandScopeVariableNames()  : mixed
testIsSpecialVariableName()  : mixed
testLastException()  : mixed
testLastExceptionThrowsSometimes()  : mixed
testLastStdout()  : mixed
testLastStdoutThrowsSometimes()  : mixed
testReturnValue()  : mixed
testSetAll()  : mixed
testSetAllDoesNotSetSpecial()  : mixed

Methods

specialAndNotSpecialVariableNames()

public specialAndNotSpecialVariableNames() : mixed
Return values
mixed

specialNames()

public specialNames() : mixed
Return values
mixed

testBoundClass()

public testBoundClass() : mixed
Return values
mixed

testBoundObject()

public testBoundObject() : mixed
Return values
mixed

testBoundObjectThrowsSometimes()

public testBoundObjectThrowsSometimes() : mixed
Tags
expectedException

\InvalidArgumentException

expectedExceptionMessage

Unknown variable: $this

Return values
mixed

testCommandScopeVariables()

public testCommandScopeVariables() : mixed
Return values
mixed

testGet()

public testGet() : mixed
Return values
mixed

testGetAll()

public testGetAll() : mixed
Return values
mixed

testGetSpecialVariables()

public testGetSpecialVariables() : mixed
Return values
mixed

testGetUnusedCommandScopeVariableNames()

public testGetUnusedCommandScopeVariableNames() : mixed
Return values
mixed

testIsSpecialVariableName()

public testIsSpecialVariableName(mixed $name, mixed $isSpecial) : mixed
Parameters
$name : mixed
$isSpecial : mixed
Tags
dataProvider

specialAndNotSpecialVariableNames

Return values
mixed

testLastException()

public testLastException() : mixed
Return values
mixed

testLastExceptionThrowsSometimes()

public testLastExceptionThrowsSometimes() : mixed
Tags
expectedException

\InvalidArgumentException

expectedExceptionMessage

No most-recent exception

Return values
mixed

testLastStdout()

public testLastStdout() : mixed
Return values
mixed

testLastStdoutThrowsSometimes()

public testLastStdoutThrowsSometimes() : mixed
Tags
expectedException

\InvalidArgumentException

expectedExceptionMessage

No most-recent output

Return values
mixed

testReturnValue()

public testReturnValue() : mixed
Return values
mixed

testSetAll()

public testSetAll() : mixed
Return values
mixed

testSetAllDoesNotSetSpecial()

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

specialNames

expectedException

\InvalidArgumentException

expectedExceptionMessageRegEx

/Unknown variable: $\w+/

Return values
mixed

Search results