Hackzilla\PasswordGenerator\Tests\Generator\RequirementPasswordGeneratorTest::optionsProvider PHP Method

optionsProvider() public method

public optionsProvider ( ) : array
return array
    public function optionsProvider()
    {
        return array(array(RequirementPasswordGenerator::OPTION_UPPER_CASE, RequirementPasswordGenerator::PARAMETER_UPPER_CASE), array(RequirementPasswordGenerator::OPTION_LOWER_CASE, RequirementPasswordGenerator::PARAMETER_LOWER_CASE), array(RequirementPasswordGenerator::OPTION_NUMBERS, RequirementPasswordGenerator::PARAMETER_NUMBERS), array(RequirementPasswordGenerator::OPTION_SYMBOLS, RequirementPasswordGenerator::PARAMETER_SYMBOLS));
    }