Contao\CoreBundle\Test\Command\UserPasswordCommandTest::testMinimumPasswordLength PHP Method

testMinimumPasswordLength() public method

Tests the minimum password length.
    public function testMinimumPasswordLength()
    {
        (new CommandTester($this->command))->execute(['username' => 'foobar', '--password' => '123456'], ['interactive' => false]);
    }