DumperTest
extends TestCase
in package
Table of Contents
Properties
Methods
- getEscapeSequences() : mixed
- objectAsMapProvider() : mixed
- testBinaryDataIsDumpedBase64Encoded() : mixed
- testDumpEmptyArrayObjectInstanceAsMap() : mixed
- testDumpEmptyStdClassInstanceAsMap() : mixed
- testDumpingArrayObjectInstancesRespectsInlineLevel() : mixed
- testDumpingArrayObjectInstancesWithNumericKeysInlined() : mixed
- testDumpingArrayObjectInstancesWithNumericKeysRespectsInlineLevel() : mixed
- testDumpingStdClassInstancesRespectsInlineLevel() : mixed
- testDumpMultiLineStringAsScalarBlock() : mixed
- testDumpObjectAsMap() : mixed
- testEmptyArray() : mixed
- testEscapedEscapeSequencesInQuotedScalar() : mixed
- testIndentationInConstructor() : mixed
- testInlineLevel() : mixed
- testNegativeIndentationThrowsException() : mixed
- testNonUtf8DataIsDumpedBase64Encoded() : mixed
- testObjectSupportDisabledButNoExceptions() : mixed
- testObjectSupportDisabledWithExceptions() : mixed
- testObjectSupportDisabledWithExceptionsPassingTrue() : mixed
- testObjectSupportEnabled() : mixed
- testObjectSupportEnabledPassingTrue() : mixed
- testSetIndentation() : mixed
- testSpecifications() : mixed
- testZeroIndentationThrowsException() : mixed
- setUp() : mixed
- tearDown() : mixed
Properties
$array
protected
mixed
$array
= array('' => 'bar', 'foo' => '#bar', 'foo\'bar' => array(), 'bar' => array(1, 'foo'), 'foobar' => array('foo' => 'bar', 'bar' => array(1, 'foo'), 'foobar' => array('foo' => 'bar', 'bar' => array(1, 'foo'))))
$dumper
protected
mixed
$dumper
$parser
protected
mixed
$parser
$path
protected
mixed
$path
Methods
getEscapeSequences()
public
getEscapeSequences() : mixed
objectAsMapProvider()
public
objectAsMapProvider() : mixed
testBinaryDataIsDumpedBase64Encoded()
public
testBinaryDataIsDumpedBase64Encoded() : mixed
testDumpEmptyArrayObjectInstanceAsMap()
public
testDumpEmptyArrayObjectInstanceAsMap() : mixed
testDumpEmptyStdClassInstanceAsMap()
public
testDumpEmptyStdClassInstanceAsMap() : mixed
testDumpingArrayObjectInstancesRespectsInlineLevel()
public
testDumpingArrayObjectInstancesRespectsInlineLevel() : mixed
testDumpingArrayObjectInstancesWithNumericKeysInlined()
public
testDumpingArrayObjectInstancesWithNumericKeysInlined() : mixed
testDumpingArrayObjectInstancesWithNumericKeysRespectsInlineLevel()
public
testDumpingArrayObjectInstancesWithNumericKeysRespectsInlineLevel() : mixed
testDumpingStdClassInstancesRespectsInlineLevel()
public
testDumpingStdClassInstancesRespectsInlineLevel() : mixed
testDumpMultiLineStringAsScalarBlock()
public
testDumpMultiLineStringAsScalarBlock() : mixed
testDumpObjectAsMap()
public
testDumpObjectAsMap(mixed $object, mixed $expected) : mixed
Parameters
- $object : mixed
- $expected : mixed
Tags
testEmptyArray()
public
testEmptyArray() : mixed
testEscapedEscapeSequencesInQuotedScalar()
public
testEscapedEscapeSequencesInQuotedScalar(mixed $input, mixed $expected) : mixed
Parameters
- $input : mixed
- $expected : mixed
Tags
testIndentationInConstructor()
public
testIndentationInConstructor() : mixed
testInlineLevel()
public
testInlineLevel() : mixed
testNegativeIndentationThrowsException()
public
testNegativeIndentationThrowsException() : mixed
Tags
testNonUtf8DataIsDumpedBase64Encoded()
public
testNonUtf8DataIsDumpedBase64Encoded() : mixed
testObjectSupportDisabledButNoExceptions()
public
testObjectSupportDisabledButNoExceptions() : mixed
testObjectSupportDisabledWithExceptions()
public
testObjectSupportDisabledWithExceptions() : mixed
Tags
testObjectSupportDisabledWithExceptionsPassingTrue()
public
testObjectSupportDisabledWithExceptionsPassingTrue() : mixed
Tags
testObjectSupportEnabled()
public
testObjectSupportEnabled() : mixed
testObjectSupportEnabledPassingTrue()
public
testObjectSupportEnabledPassingTrue() : mixed
Tags
testSetIndentation()
public
testSetIndentation() : mixed
Tags
testSpecifications()
public
testSpecifications() : mixed
testZeroIndentationThrowsException()
public
testZeroIndentationThrowsException() : mixed
Tags
setUp()
protected
setUp() : mixed
tearDown()
protected
tearDown() : mixed