NormalizerFormatterTest
extends PHPUnit_Framework_TestCase
in package
Tags
Table of Contents
- providesDetectAndCleanUtf8() : mixed
- providesHandleJsonErrorFailure() : mixed
- tearDown() : mixed
- testBatchFormat() : mixed
- testCanNormalizeReferences() : mixed
- testConvertsInvalidEncodingAsLatin9() : mixed
- testDetectAndCleanUtf8() : mixed
- testExceptionTraceDoesNotLeakCallUserFuncArgs() : mixed
- testExceptionTraceWithArgs() : mixed
- testFormat() : mixed
- testFormatExceptions() : mixed
- testFormatSoapFaultException() : mixed
- testFormatToStringExceptionHandle() : mixed
- testHandleJsonErrorFailure() : mixed
- testIgnoresInvalidTypes() : mixed
- testIgnoresRecursiveObjectReferences() : mixed
- Test issue #137
- testNormalizeHandleLargeArrays() : mixed
- testNormalizeHandleLargeArraysWithExactly1000Items() : mixed
- testThrowsOnInvalidEncoding() : mixed
- throwHelper() : mixed
Methods
providesDetectAndCleanUtf8()
public
providesDetectAndCleanUtf8() : mixed
Return values
mixed —providesHandleJsonErrorFailure()
public
providesHandleJsonErrorFailure() : mixed
Return values
mixed —tearDown()
public
tearDown() : mixed
Return values
mixed —testBatchFormat()
public
testBatchFormat() : mixed
Return values
mixed —testCanNormalizeReferences()
public
testCanNormalizeReferences() : mixed
Return values
mixed —testConvertsInvalidEncodingAsLatin9()
public
testConvertsInvalidEncodingAsLatin9() : mixed
Return values
mixed —testDetectAndCleanUtf8()
public
testDetectAndCleanUtf8(mixed $in, mixed $expect) : mixed
Parameters
- $in : mixed
-
Input
- $expect : mixed
-
Expected output
Tags
Return values
mixed —testExceptionTraceDoesNotLeakCallUserFuncArgs()
public
testExceptionTraceDoesNotLeakCallUserFuncArgs() : mixed
Return values
mixed —testExceptionTraceWithArgs()
public
testExceptionTraceWithArgs() : mixed
Return values
mixed —testFormat()
public
testFormat() : mixed
Return values
mixed —testFormatExceptions()
public
testFormatExceptions() : mixed
Return values
mixed —testFormatSoapFaultException()
public
testFormatSoapFaultException() : mixed
Return values
mixed —testFormatToStringExceptionHandle()
public
testFormatToStringExceptionHandle() : mixed
Return values
mixed —testHandleJsonErrorFailure()
public
testHandleJsonErrorFailure(int $code, string $msg) : mixed
Parameters
- $code : int
- $msg : string
Tags
Return values
mixed —testIgnoresInvalidTypes()
public
testIgnoresInvalidTypes() : mixed
Return values
mixed —testIgnoresRecursiveObjectReferences()
Test issue #137
public
testIgnoresRecursiveObjectReferences() : mixed
Return values
mixed —testNormalizeHandleLargeArrays()
public
testNormalizeHandleLargeArrays() : mixed
Return values
mixed —testNormalizeHandleLargeArraysWithExactly1000Items()
public
testNormalizeHandleLargeArraysWithExactly1000Items() : mixed
Return values
mixed —testThrowsOnInvalidEncoding()
public
testThrowsOnInvalidEncoding() : mixed
Tags
Return values
mixed —throwHelper()
private
throwHelper(mixed $arg) : mixed
Parameters
- $arg : mixed