JCryptPasswordSimpleTest::testCreateException
Tests create method for expected exception
Signature
public function testCreateException(string
$password,
string
$type,
string
$salt,
string
$expected,
integer
$cost )
Parameters
-
$password
- The password to create
-
$type
- The type of hash
-
$salt
- The salt to be used
-
$expected
- The expected result
-
$cost
- The cost value
Returns
- void