PHP Class PhpBench\Tests\Unit\Formatter\Formatter\NumberFormatTest

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

Public Methods

Method Description
setUp ( )
testNonNumeric ( ) It should throw an exception if passed a non-numeric value.
testNumberFormat ( ) It should format a number.

Method Details

setUp() public method

public setUp ( )

testNonNumeric() public method

It should throw an exception if passed a non-numeric value.
public testNonNumeric ( )

testNumberFormat() public method

It should format a number.
public testNumberFormat ( )