PHP Class Hackzilla\PasswordGenerator\Tests\Generator\DummyPasswordGeneratorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: hackzilla/password-generator

Public Methods

Method Description
lengthExceptionProvider ( )
lengthProvider ( ) : array
setup ( )
testGeneratePassword ( $length, $password )
testGeneratePasswords ( $length, $comparePassword )
testLength ( $length )
testLengthException ( $param )

Method Details

lengthExceptionProvider() public method

lengthProvider() public method

public lengthProvider ( ) : array
return array

setup() public method

public setup ( )

testGeneratePassword() public method

public testGeneratePassword ( $length, $password )
$length
$password

testGeneratePasswords() public method

public testGeneratePasswords ( $length, $comparePassword )
$length
$comparePassword

testLength() public method

public testLength ( $length )
$length

testLengthException() public method

public testLengthException ( $param )
$param