PHP 클래스 PhpBench\Tests\Unit\Formatter\Formatter\NumberFormatTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
setUp ( )
testNonNumeric ( ) It should throw an exception if passed a non-numeric value.
testNumberFormat ( ) It should format a number.

메소드 상세

setUp() 공개 메소드

public setUp ( )

testNonNumeric() 공개 메소드

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

testNumberFormat() 공개 메소드

It should format a number.
public testNumberFormat ( )