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

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

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

Method Details

setUp() public méthode

public setUp ( )

testNonNumeric() public méthode

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

testNumberFormat() public méthode

It should format a number.
public testNumberFormat ( )