PHP Class Symfony\Component\Debug\Tests\Exception\FlattenExceptionTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Public Methods

Method Description
flattenDataProvider ( )
testArguments ( )
testFile ( Exception $exception )
testFlattenHttpException ( Exception $exception, $statusCode )
testHeadersForHttpException ( )
testLine ( Exception $exception )
testPrevious ( Exception $exception, $statusCode )
testPreviousError ( )
testRecursionInArguments ( )
testStatusCode ( )
testToArray ( Exception $exception, $statusCode )
testTooBigArray ( )

Private Methods

Method Description
createException ( $foo )

Method Details

flattenDataProvider() public method

public flattenDataProvider ( )

testArguments() public method

public testArguments ( )

testFile() public method

public testFile ( Exception $exception )
$exception Exception

testFlattenHttpException() public method

public testFlattenHttpException ( Exception $exception, $statusCode )
$exception Exception

testHeadersForHttpException() public method

testLine() public method

public testLine ( Exception $exception )
$exception Exception

testPrevious() public method

public testPrevious ( Exception $exception, $statusCode )
$exception Exception

testPreviousError() public method

public testPreviousError ( )

testRecursionInArguments() public method

testStatusCode() public method

public testStatusCode ( )

testToArray() public method

public testToArray ( Exception $exception, $statusCode )
$exception Exception

testTooBigArray() public method

public testTooBigArray ( )