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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$stream

Méthodes publiques

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

Méthodes protégées

Méthode Description
getOutputContent ( Symfony\Component\Console\Output\StreamOutput $output )
getOutputStream ( )
setUp ( )
tearDown ( )

Method Details

getOutputContent() protected méthode

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

getOutputStream() protected méthode

protected getOutputStream ( )

setUp() protected méthode

protected setUp ( )

tearDown() protected méthode

protected tearDown ( )

testColumnStyle() public méthode

public testColumnStyle ( )

testColumnWith() public méthode

public testColumnWith ( )

testColumnWiths() public méthode

public testColumnWiths ( )

testRender() public méthode

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

testRenderAddRows() public méthode

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

testRenderAddRowsOneByOne() public méthode

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

testRenderMultiByte() public méthode

public testRenderMultiByte ( )

testRenderMultiCalls() public méthode

testRenderProvider() public méthode

public testRenderProvider ( )

testRowSeparator() public méthode

public testRowSeparator ( )

testStyle() public méthode

public testStyle ( )

Property Details

$stream protected_oe property

protected $stream