‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest:
TYPO3\CMS\Core\Tests\Functional\Command\AbstractCommandTestCase

Public Member Functions

 userCanBeCreatedWithShortcuts ()
 
 userCanBeCreatedWithLongOptions ()
 
 adminUserCanBeCreatedWithShortcuts ()
 
 adminUserCanBeCreatedWithLongOptions ()
 
 maintainerUserCanBeCreatedWithShortcuts ()
 
 maintainerUserCanBeCreatedWithLongOptions ()
 
 emptyUsernameFails ()
 
 existingUsernameFails ()
 
 weakPasswordFails ()
 
 emptyPasswordFails ()
 
 invalidEmailFails ()
 
 invalidGroupIdFails ()
 

Protected Member Functions

 setUp ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\Command\AbstractCommandTestCase
 executeConsoleCommand (string $cmdline,... $args)
 

Protected Attributes

array $userDefaults
 

Detailed Description

Definition at line 23 of file CreateBackendUserCommandTest.php.

Member Function Documentation

◆ adminUserCanBeCreatedWithLongOptions()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::adminUserCanBeCreatedWithLongOptions ( )

◆ adminUserCanBeCreatedWithShortcuts()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::adminUserCanBeCreatedWithShortcuts ( )

◆ emptyPasswordFails()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::emptyPasswordFails ( )

◆ emptyUsernameFails()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::emptyUsernameFails ( )

◆ existingUsernameFails()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::existingUsernameFails ( )

◆ invalidEmailFails()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::invalidEmailFails ( )

◆ invalidGroupIdFails()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::invalidGroupIdFails ( )

◆ maintainerUserCanBeCreatedWithLongOptions()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::maintainerUserCanBeCreatedWithLongOptions ( )

◆ maintainerUserCanBeCreatedWithShortcuts()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::maintainerUserCanBeCreatedWithShortcuts ( )

◆ setUp()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::setUp ( )
protected

Definition at line 40 of file CreateBackendUserCommandTest.php.

◆ userCanBeCreatedWithLongOptions()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::userCanBeCreatedWithLongOptions ( )

◆ userCanBeCreatedWithShortcuts()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::userCanBeCreatedWithShortcuts ( )

◆ weakPasswordFails()

TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::weakPasswordFails ( )

Member Data Documentation

◆ $userDefaults

array TYPO3\CMS\Backend\Tests\Functional\Command\CreateBackendUserCommandTest::$userDefaults
protected
Initial value:
= [
'username' => 'picard',
'password' => 'Engage1701D!',
'email' => 'starcommand@example.com',
'groups' => '4,8,16',
]

Definition at line 33 of file CreateBackendUserCommandTest.php.