PHP Class Redaxscript\Tests\HashTest

Since: 2.6.0
Author: Henry Ruhs
Inheritance: extends TestCaseAbstract
Afficher le fichier Open project: redaxmedia/redaxscript

Protected Properties

Свойство Type Description
$_config object instance of the config class

Méthodes publiques

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

providerHash
Since: 2.6.0
public providerHash ( ) : array
Résultat array

setUp() public méthode

setUp
Since: 2.6.0
public setUp ( )

testGetHash() public méthode

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

testGetRaw() public méthode

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

testInit() public méthode

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

testValidate() public méthode

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

Property Details

$_config protected_oe property

instance of the config class
protected object $_config
Résultat object