FlattenExceptionTest
extends TestCase
Table of Contents
Methods
-
flattenDataProvider()
: mixed
-
testArguments()
: mixed
-
testFile()
: mixed
-
testFlattenHttpException()
: mixed
-
testHeadersForHttpException()
: mixed
-
testLine()
: mixed
-
testPrevious()
: mixed
-
testPreviousError()
: mixed
-
testRecursionInArguments()
: mixed
-
testStatusCode()
: mixed
-
testToArray()
: mixed
-
testTooBigArray()
: mixed
-
createException()
: mixed
flattenDataProvider()
public
flattenDataProvider() : mixed
testArguments()
public
testArguments() : mixed
testFile()
public
testFile(Exception $exception) : mixed
Parameters
-
$exception
: Exception
-
-
dataProvider
-
testFlattenHttpException()
public
testFlattenHttpException(Exception $exception, mixed $statusCode) : mixed
Parameters
-
$exception
: Exception
-
-
$statusCode
: mixed
-
-
dataProvider
-
public
testHeadersForHttpException() : mixed
testLine()
public
testLine(Exception $exception) : mixed
Parameters
-
$exception
: Exception
-
-
dataProvider
-
testPrevious()
public
testPrevious(Exception $exception, mixed $statusCode) : mixed
Parameters
-
$exception
: Exception
-
-
$statusCode
: mixed
-
-
dataProvider
-
testPreviousError()
public
testPreviousError() : mixed
-
requires
-
testRecursionInArguments()
public
testRecursionInArguments() : mixed
testStatusCode()
public
testStatusCode() : mixed
testToArray()
public
testToArray(Exception $exception, mixed $statusCode) : mixed
Parameters
-
$exception
: Exception
-
-
$statusCode
: mixed
-
-
dataProvider
-
testTooBigArray()
public
testTooBigArray() : mixed
createException()
private
createException(mixed $foo) : mixed
Parameters
-
$foo
: mixed
-