TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
LegacyTableHelperTest Class Reference
Inheritance diagram for LegacyTableHelperTest:

Public Member Functions

 testRender ($headers, $rows, $layout, $expected)
 
 testRenderAddRows ($headers, $rows, $layout, $expected)
 
 testRenderAddRowsOneByOne ($headers, $rows, $layout, $expected)
 
 testRenderProvider ()
 
 testRenderMultiByte ()
 
 testRenderFullWidthCharacters ()
 

Protected Member Functions

 setUp ()
 
 tearDown ()
 
 getOutputStream ()
 
 getOutputContent (StreamOutput $output)
 

Protected Attributes

 $stream
 

Detailed Description

legacy

Definition at line 20 of file LegacyTableHelperTest.php.

Member Function Documentation

getOutputContent ( StreamOutput  $output)
protected
getOutputStream ( )
protected
setUp ( )
protected

Definition at line 24 of file LegacyTableHelperTest.php.

tearDown ( )
protected

Definition at line 29 of file LegacyTableHelperTest.php.

testRender (   $headers,
  $rows,
  $layout,
  $expected 
)
testRenderAddRows (   $headers,
  $rows,
  $layout,
  $expected 
)
testRenderAddRowsOneByOne (   $headers,
  $rows,
  $layout,
  $expected 
)
testRenderFullWidthCharacters ( )
testRenderMultiByte ( )
testRenderProvider ( )

Member Data Documentation

$stream
protected

Definition at line 22 of file LegacyTableHelperTest.php.