PHP Class Redaxscript\Tests\HashTest

Since: 2.6.0
Author: Henry Ruhs
Inheritance: extends TestCaseAbstract
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_config object instance of the config class

Public Methods

Method Description
providerHash ( ) : array providerHash
setUp ( ) setUp
testGetHash ( string $raw = null, array $hashArray = [] ) testGetHash
testGetRaw ( string $raw = null ) testGetRaw
testInit ( string $raw = null ) testInit
testValidate ( string $raw = null, array $hashArray = [] ) testValidate

Method Details

providerHash() public method

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

setUp() public method

setUp
Since: 2.6.0
public setUp ( )

testGetHash() public method

testGetHash
Since: 2.6.0
public testGetHash ( string $raw = null, array $hashArray = [] )
$raw string
$hashArray array

testGetRaw() public method

testGetRaw
Since: 2.6.0
public testGetRaw ( string $raw = null )
$raw string

testInit() public method

testInit
Since: 2.6.0
public testInit ( string $raw = null )
$raw string

testValidate() public method

testValidate
Since: 2.6.0
public testValidate ( string $raw = null, array $hashArray = [] )
$raw string
$hashArray array

Property Details

$_config protected property

instance of the config class
protected object $_config
return object