PHP Class PhpBench\Tests\Unit\Formatter\Format\TruncateFormatTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: dantleech/phpbench

Public Methods

Method Description
provideTruncate ( )
setUp ( )
testTruncate ( $expected, $value, $length, $position = 'left', $pad = '...' ) It has a truncate function that truncates strings.

Method Details

provideTruncate() public method

public provideTruncate ( )

setUp() public method

public setUp ( )

testTruncate() public method

It has a truncate function that truncates strings.
public testTruncate ( $expected, $value, $length, $position = 'left', $pad = '...' )