PHP 클래스 PhpBench\Tests\Unit\Json\JsonDecoderTest

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

공개 메소드들

메소드 설명
provideNormalizer ( )
setUp ( )
testNormalizer ( $string, $expected ) It should convert "non-strict" JSON to JSON.
testThrowException ( ) It should throw an exception if a non-string value is passed.

메소드 상세

provideNormalizer() 공개 메소드

public provideNormalizer ( )

setUp() 공개 메소드

public setUp ( )

testNormalizer() 공개 메소드

It should convert "non-strict" JSON to JSON.
public testNormalizer ( $string, $expected )

testThrowException() 공개 메소드

It should throw an exception if a non-string value is passed.
public testThrowException ( )