PHP Class Redaxscript\Benchs\HashBench

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends BenchCaseAbstract
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_config object instance of the config class

Public Methods

Method Description
benchInit ( array $parameterArray = [] ) benchInit
benchValidate ( array $parameterArray = [] ) benchValidate
providerHash ( ) : array providerHash
setUp ( ) setUp

Method Details

benchInit() public method

benchInit
Since: 3.0.0
public benchInit ( array $parameterArray = [] )
$parameterArray array

benchValidate() public method

benchValidate
Since: 3.0.0
public benchValidate ( array $parameterArray = [] )
$parameterArray array

providerHash() public method

providerHash
Since: 3.0.0
public providerHash ( ) : array
return array

setUp() public method

setUp
Since: 3.0.0
public setUp ( )

Property Details

$_config protected property

instance of the config class
protected object $_config
return object