PHP 클래스 PhpBench\Tests\Unit\Registry\ConfigTest

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

공개 메소드들

메소드 설명
provideGoodName ( )
provideInvalidName ( )
setUp ( )
testExceptionOffsetNotExist ( ) It should throw an exception if an offset does not exist.
testGoodName ( $name ) It should allow good names.
testInvalidName ( $name ) It should throw an exception if an invalid name is given.

메소드 상세

provideGoodName() 공개 메소드

public provideGoodName ( )

provideInvalidName() 공개 메소드

public provideInvalidName ( )

setUp() 공개 메소드

public setUp ( )

testExceptionOffsetNotExist() 공개 메소드

It should throw an exception if an offset does not exist.

testGoodName() 공개 메소드

It should allow good names.
public testGoodName ( $name )

testInvalidName() 공개 메소드

It should throw an exception if an invalid name is given.
public testInvalidName ( $name )