PHP Class PhpBench\Tests\Unit\Report\Generator\Table\RowTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: dantleech/phpbench

Public Methods

Method Description
testGet ( ) It should return a given key.
testGetNotExisting ( ) It should throw an exception if a non-existing offset is requested.
testMerge ( ) It should merge a given array and return a new instance with the merged data.
testNames ( ) It should return the names.

Method Details

testGet() public method

It should return a given key.
public testGet ( )

testGetNotExisting() public method

It should throw an exception if a non-existing offset is requested.
public testGetNotExisting ( )

testMerge() public method

It should merge a given array and return a new instance with the merged data.
public testMerge ( )

testNames() public method

It should return the names.
public testNames ( )