| extends | TestCase | 
|---|
| Methods | ||
|---|---|---|
| 
					
	protected
					
					
				 | setUp() | # | 
| 
					
	protected
					
					
				 | tearDown() | # | 
| 
					
	public
					
					
				 | testSetIndentation() | # | 
| 
					
	public
					
					
				 | testSpecifications() | # | 
| 
					
	public
					
					
				 | testInlineLevel() | # | 
| 
					
	public
					
					
				 | testObjectSupportEnabled() | # | 
| 
					
	public
					
					
				 | testObjectSupportDisabledButNoExceptions() | # | 
| 
					
	public
					
					
				 | testObjectSupportDisabledWithExceptions() | # | 
| 
					
	public
					
					
				 | testEscapedEscapeSequencesInQuotedScalar($input, $expected) | # | 
| 
					
	public
					
					
				 | getEscapeSequences() | # | 
| 
					
	public
					
					
				 | testZeroIndentationThrowsException() | # | 
| 
					
	public
					
					
				 | testNegativeIndentationThrowsException() | # | 
| Properties | |||
|---|---|---|---|
| 
	protected
					
					
				 |  | $parser | # | 
| 
	protected
					
					
				 |  | $dumper | # | 
| 
	protected
					
					
				 |  | $path | # | 
| 
	protected
					
					
				 |  | $array = [
	'' => 'bar',
	'foo' => '#bar',
	'foo\'bar' => [],
	'bar' => [1, 'foo'],
	'foobar' => ['foo' => 'bar', 'bar' => [1, 'foo'], 'foobar' => ['foo' => 'bar', 'bar' => [1, 'foo']]],
] | # |