Hackzilla\PasswordGenerator\Tests\Generator\ComputerPasswordGeneratorTest::setup PHP Method

setup() public method

public setup ( )
    public function setup()
    {
        $this->_object = new ComputerPasswordGenerator();
        $this->_object->setOptionValue(ComputerPasswordGenerator::OPTION_UPPER_CASE, false)->setOptionValue(ComputerPasswordGenerator::OPTION_LOWER_CASE, false)->setOptionValue(ComputerPasswordGenerator::OPTION_NUMBERS, false)->setOptionValue(ComputerPasswordGenerator::OPTION_SYMBOLS, false)->setOptionValue(ComputerPasswordGenerator::OPTION_AVOID_SIMILAR, false);
    }