PHP Class PhpBench\Tests\Unit\Formatter\FormatRegistryTest

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

Public Methods

Method Description
setUp ( )
testRegisterExisting ( ) It should throw an exception if an attempt is made to add a duplicate format.
testRegisterRetrieve ( ) It should register and retrieve formats.
testUnknownFormatter ( ) It should throw an exception if an unknown formatter is requiested.

Method Details

setUp() public method

public setUp ( )

testRegisterExisting() public method

It should throw an exception if an attempt is made to add a duplicate format.

testRegisterRetrieve() public method

It should register and retrieve formats.

testUnknownFormatter() public method

It should throw an exception if an unknown formatter is requiested.