PHP Class Symfony\Component\Console\Tests\Helper\TableTest

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

Protected Properties

Property Type Description
$stream

Public Methods

Method Description
testColumnStyle ( )
testColumnWith ( )
testColumnWiths ( )
testRender ( $headers, $rows, $style, $expected )
testRenderAddRows ( $headers, $rows, $style, $expected )
testRenderAddRowsOneByOne ( $headers, $rows, $style, $expected )
testRenderMultiByte ( )
testRenderMultiCalls ( )
testRenderProvider ( )
testRowSeparator ( )
testStyle ( )

Protected Methods

Method Description
getOutputContent ( Symfony\Component\Console\Output\StreamOutput $output )
getOutputStream ( )
setUp ( )
tearDown ( )

Method Details

getOutputContent() protected method

protected getOutputContent ( Symfony\Component\Console\Output\StreamOutput $output )
$output Symfony\Component\Console\Output\StreamOutput

getOutputStream() protected method

protected getOutputStream ( )

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testColumnStyle() public method

public testColumnStyle ( )

testColumnWith() public method

public testColumnWith ( )

testColumnWiths() public method

public testColumnWiths ( )

testRender() public method

public testRender ( $headers, $rows, $style, $expected )

testRenderAddRows() public method

public testRenderAddRows ( $headers, $rows, $style, $expected )

testRenderAddRowsOneByOne() public method

public testRenderAddRowsOneByOne ( $headers, $rows, $style, $expected )

testRenderMultiByte() public method

public testRenderMultiByte ( )

testRenderMultiCalls() public method

testRenderProvider() public method

public testRenderProvider ( )

testRowSeparator() public method

public testRowSeparator ( )

testStyle() public method

public testStyle ( )

Property Details

$stream protected property

protected $stream