Contao\CoreBundle\Test\Command\UserPasswordCommandTest::testMinimumPasswordLength PHP 메소드

testMinimumPasswordLength() 공개 메소드

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