PHP 클래스 PhpBench\Tests\Unit\Environment\InformationTest

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

공개 메소드들

메소드 설명
testActsAsArray ( ) Information acts as an array.
testGetName ( ) It should retrieve its name.
testIterable ( ) It should be iterable.
testSet ( ) It should throw an Exception if set is called.
testUnset ( ) It should throw an Exception if unset is called.

메소드 상세

testActsAsArray() 공개 메소드

Information acts as an array.
public testActsAsArray ( )

testGetName() 공개 메소드

It should retrieve its name.
public testGetName ( )

testIterable() 공개 메소드

It should be iterable.
public testIterable ( )

testSet() 공개 메소드

It should throw an Exception if set is called.
public testSet ( )

testUnset() 공개 메소드

It should throw an Exception if unset is called.
public testUnset ( )