PHP Class PhpBench\Tests\Unit\Environment\InformationTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: dantleech/phpbench

Public Methods

Method Description
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.

Method Details

testActsAsArray() public method

Information acts as an array.
public testActsAsArray ( )

testGetName() public method

It should retrieve its name.
public testGetName ( )

testIterable() public method

It should be iterable.
public testIterable ( )

testSet() public method

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

testUnset() public method

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