‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest:

Public Member Functions

 getUsernameInitiallyReturnsEmptyString ()
 
 setUsernameSetsUsername ()
 
 getPasswordInitiallyReturnsEmptyString ()
 
 setPasswordSetsPassword ()
 
 setUsergroupSetsUsergroup ()
 
 addUsergroupAddsUserGroup ()
 
 removeUsergroupRemovesUsergroup ()
 
 getNameInitiallyReturnsEmptyString ()
 
 setNameSetsName ()
 
 getFirstNameInitiallyReturnsEmptyString ()
 
 setFirstNameSetsFirstName ()
 
 getMiddleNameInitiallyReturnsEmptyString ()
 
 setMiddleNameSetsMiddleName ()
 
 getLastNameInitiallyReturnsEmptyString ()
 
 setLastNameSetsLastName ()
 
 getAddressInitiallyReturnsEmptyString ()
 
 setAddressSetsAddress ()
 
 getTelephoneInitiallyReturnsEmptyString ()
 
 setTelephoneSetsTelephone ()
 
 getFaxInitiallyReturnsEmptyString ()
 
 setFaxSetsFax ()
 
 getEmailInitiallyReturnsEmptyString ()
 
 setEmailSetsEmail ()
 
 getLockToDomainInitiallyReturnsEmptyString ()
 
 setLockToDomainSetsLockToDomain ()
 
 getTitleInitiallyReturnsEmptyString ()
 
 setTitleSetsTitle ()
 
 getZipInitiallyReturnsEmptyString ()
 
 setZipSetsZip ()
 
 getCityInitiallyReturnsEmptyString ()
 
 setCitySetsCity ()
 
 getCountryInitiallyReturnsEmptyString ()
 
 setCountrySetsCountry ()
 
 getWwwInitiallyReturnsEmptyString ()
 
 setWwwSetsWww ()
 
 getCompanyInitiallyReturnsEmptyString ()
 
 setCompanySetsCompany ()
 
 getImageInitiallyReturnsObjectStorage ()
 
 setImageSetsImage ()
 
 getLastloginInitiallyReturnsNull ()
 
 setLastloginSetsLastlogin ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

TYPO3 CMS Extbase Domain Model FrontendUser $subject
 

Detailed Description

Test case

Definition at line 23 of file FrontendUserTest.php.

Member Function Documentation

◆ addUsergroupAddsUserGroup()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::addUsergroupAddsUserGroup ( )
Test:

Definition at line 84 of file FrontendUserTest.php.

◆ getAddressInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getAddressInitiallyReturnsEmptyString ( )
Test:

Definition at line 179 of file FrontendUserTest.php.

◆ getCityInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getCityInitiallyReturnsEmptyString ( )
Test:

Definition at line 305 of file FrontendUserTest.php.

◆ getCompanyInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getCompanyInitiallyReturnsEmptyString ( )
Test:

Definition at line 359 of file FrontendUserTest.php.

◆ getCountryInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getCountryInitiallyReturnsEmptyString ( )
Test:

Definition at line 323 of file FrontendUserTest.php.

◆ getEmailInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getEmailInitiallyReturnsEmptyString ( )
Test:

Definition at line 233 of file FrontendUserTest.php.

◆ getFaxInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getFaxInitiallyReturnsEmptyString ( )
Test:

Definition at line 215 of file FrontendUserTest.php.

◆ getFirstNameInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getFirstNameInitiallyReturnsEmptyString ( )
Test:

Definition at line 125 of file FrontendUserTest.php.

◆ getImageInitiallyReturnsObjectStorage()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getImageInitiallyReturnsObjectStorage ( )
Test:

Definition at line 377 of file FrontendUserTest.php.

◆ getLastloginInitiallyReturnsNull()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getLastloginInitiallyReturnsNull ( )
Test:

Definition at line 399 of file FrontendUserTest.php.

◆ getLastNameInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getLastNameInitiallyReturnsEmptyString ( )
Test:

Definition at line 161 of file FrontendUserTest.php.

◆ getLockToDomainInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getLockToDomainInitiallyReturnsEmptyString ( )
Test:

Definition at line 251 of file FrontendUserTest.php.

◆ getMiddleNameInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getMiddleNameInitiallyReturnsEmptyString ( )
Test:

Definition at line 143 of file FrontendUserTest.php.

◆ getNameInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getNameInitiallyReturnsEmptyString ( )
Test:

Definition at line 107 of file FrontendUserTest.php.

◆ getPasswordInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getPasswordInitiallyReturnsEmptyString ( )
Test:

Definition at line 55 of file FrontendUserTest.php.

◆ getTelephoneInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getTelephoneInitiallyReturnsEmptyString ( )
Test:

Definition at line 197 of file FrontendUserTest.php.

◆ getTitleInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getTitleInitiallyReturnsEmptyString ( )
Test:

Definition at line 269 of file FrontendUserTest.php.

◆ getUsernameInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getUsernameInitiallyReturnsEmptyString ( )
Test:

Definition at line 37 of file FrontendUserTest.php.

◆ getWwwInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getWwwInitiallyReturnsEmptyString ( )
Test:

Definition at line 341 of file FrontendUserTest.php.

◆ getZipInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::getZipInitiallyReturnsEmptyString ( )
Test:

Definition at line 287 of file FrontendUserTest.php.

◆ removeUsergroupRemovesUsergroup()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::removeUsergroupRemovesUsergroup ( )
Test:

Definition at line 95 of file FrontendUserTest.php.

◆ setAddressSetsAddress()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setAddressSetsAddress ( )
Test:

Definition at line 187 of file FrontendUserTest.php.

◆ setCitySetsCity()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setCitySetsCity ( )
Test:

Definition at line 313 of file FrontendUserTest.php.

◆ setCompanySetsCompany()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setCompanySetsCompany ( )
Test:

Definition at line 367 of file FrontendUserTest.php.

◆ setCountrySetsCountry()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setCountrySetsCountry ( )
Test:

Definition at line 331 of file FrontendUserTest.php.

◆ setEmailSetsEmail()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setEmailSetsEmail ( )
Test:

Definition at line 241 of file FrontendUserTest.php.

◆ setFaxSetsFax()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setFaxSetsFax ( )
Test:

Definition at line 223 of file FrontendUserTest.php.

◆ setFirstNameSetsFirstName()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setFirstNameSetsFirstName ( )
Test:

Definition at line 133 of file FrontendUserTest.php.

◆ setImageSetsImage()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setImageSetsImage ( )
Test:

Definition at line 385 of file FrontendUserTest.php.

◆ setLastloginSetsLastlogin()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setLastloginSetsLastlogin ( )
Test:

Definition at line 407 of file FrontendUserTest.php.

◆ setLastNameSetsLastName()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setLastNameSetsLastName ( )
Test:

Definition at line 169 of file FrontendUserTest.php.

◆ setLockToDomainSetsLockToDomain()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setLockToDomainSetsLockToDomain ( )
Test:

Definition at line 259 of file FrontendUserTest.php.

◆ setMiddleNameSetsMiddleName()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setMiddleNameSetsMiddleName ( )
Test:

Definition at line 151 of file FrontendUserTest.php.

◆ setNameSetsName()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setNameSetsName ( )
Test:

Definition at line 115 of file FrontendUserTest.php.

◆ setPasswordSetsPassword()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setPasswordSetsPassword ( )
Test:

Definition at line 63 of file FrontendUserTest.php.

◆ setTelephoneSetsTelephone()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setTelephoneSetsTelephone ( )
Test:

Definition at line 205 of file FrontendUserTest.php.

◆ setTitleSetsTitle()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setTitleSetsTitle ( )
Test:

Definition at line 277 of file FrontendUserTest.php.

◆ setUp()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setUp ( )
protected

Definition at line 29 of file FrontendUserTest.php.

◆ setUsergroupSetsUsergroup()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setUsergroupSetsUsergroup ( )
Test:

Definition at line 73 of file FrontendUserTest.php.

◆ setUsernameSetsUsername()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setUsernameSetsUsername ( )
Test:

Definition at line 45 of file FrontendUserTest.php.

◆ setWwwSetsWww()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setWwwSetsWww ( )
Test:

Definition at line 349 of file FrontendUserTest.php.

◆ setZipSetsZip()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::setZipSetsZip ( )
Test:

Definition at line 295 of file FrontendUserTest.php.

Member Data Documentation

◆ $subject

TYPO3 CMS Extbase Domain Model FrontendUser TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::$subject
protected

Definition at line 27 of file FrontendUserTest.php.