PHP Class PhpBench\Tests\Unit\Console\Command\LogCommandTest

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

Public Methods

Method Description
setUp ( )
testConfigure ( ) It should be configured.
testHistory ( ) It should show the history.
testPaginate ( ) It should paginate.
testQuitPagination ( ) It should quit pagination.

Private Methods

Method Description
createHistoryEntry ( $index )
replaceDate ( $string )

Method Details

setUp() public method

public setUp ( )

testConfigure() public method

It should be configured.
public testConfigure ( )

testHistory() public method

It should show the history.
public testHistory ( )

testPaginate() public method

It should paginate.
public testPaginate ( )

testQuitPagination() public method

It should quit pagination.
public testQuitPagination ( )