PHP Class Hackzilla\PasswordGenerator\Tests\Generator\PronounceablePasswordGeneratorTest

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

Public Methods

Method Description
passwordsProvider ( )
setup ( )
testGeneratePassword ( string $vowels, boolean $upperCase, boolean $symbols, boolean $numbers )

Method Details

passwordsProvider() public method

public passwordsProvider ( )

setup() public method

public setup ( )

testGeneratePassword() public method

public testGeneratePassword ( string $vowels, boolean $upperCase, boolean $symbols, boolean $numbers )
$vowels string
$upperCase boolean
$symbols boolean
$numbers boolean