PHP Class PhpBench\Tests\Unit\Environment\InformationTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode 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 méthode

Information acts as an array.
public testActsAsArray ( )

testGetName() public méthode

It should retrieve its name.
public testGetName ( )

testIterable() public méthode

It should be iterable.
public testIterable ( )

testSet() public méthode

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

testUnset() public méthode

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