TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 setUp ()
 
 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 ()
 
 getImageInitiallyReturnsEmptyString ()
 
 setImageSetsImage ()
 
 getLastloginInitiallyReturnsNull ()
 
 setLastloginSetsLastlogin ()
 

Protected Attributes

 $fixture = NULL
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = array('TYPO3_LOADED_EXT')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = TRUE
 
 $backupStaticAttributes = FALSE
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, array $methods=array(), array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=array(), $mockClassName='', $callOriginalConstructor=TRUE, $callOriginalClone=TRUE, $callAutoload=TRUE)
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Test case

Definition at line 20 of file FrontendUserTest.php.

Member Function Documentation

◆ addUsergroupAddsUserGroup()

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

Definition at line 76 of file FrontendUserTest.php.

◆ getAddressInitiallyReturnsEmptyString()

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

Definition at line 161 of file FrontendUserTest.php.

◆ getCityInitiallyReturnsEmptyString()

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

Definition at line 273 of file FrontendUserTest.php.

◆ getCompanyInitiallyReturnsEmptyString()

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

Definition at line 321 of file FrontendUserTest.php.

◆ getCountryInitiallyReturnsEmptyString()

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

Definition at line 289 of file FrontendUserTest.php.

◆ getEmailInitiallyReturnsEmptyString()

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

Definition at line 209 of file FrontendUserTest.php.

◆ getFaxInitiallyReturnsEmptyString()

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

Definition at line 193 of file FrontendUserTest.php.

◆ getFirstNameInitiallyReturnsEmptyString()

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

Definition at line 113 of file FrontendUserTest.php.

◆ getImageInitiallyReturnsEmptyString()

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

Definition at line 337 of file FrontendUserTest.php.

◆ getLastloginInitiallyReturnsNull()

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

Definition at line 353 of file FrontendUserTest.php.

◆ getLastNameInitiallyReturnsEmptyString()

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

Definition at line 145 of file FrontendUserTest.php.

◆ getLockToDomainInitiallyReturnsEmptyString()

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

Definition at line 225 of file FrontendUserTest.php.

◆ getMiddleNameInitiallyReturnsEmptyString()

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

Definition at line 129 of file FrontendUserTest.php.

◆ getNameInitiallyReturnsEmptyString()

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

Definition at line 97 of file FrontendUserTest.php.

◆ getPasswordInitiallyReturnsEmptyString()

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

Definition at line 50 of file FrontendUserTest.php.

◆ getTelephoneInitiallyReturnsEmptyString()

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

Definition at line 177 of file FrontendUserTest.php.

◆ getTitleInitiallyReturnsEmptyString()

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

Definition at line 241 of file FrontendUserTest.php.

◆ getUsernameInitiallyReturnsEmptyString()

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

Definition at line 34 of file FrontendUserTest.php.

◆ getWwwInitiallyReturnsEmptyString()

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

Definition at line 305 of file FrontendUserTest.php.

◆ getZipInitiallyReturnsEmptyString()

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

Definition at line 257 of file FrontendUserTest.php.

◆ removeUsergroupRemovesUsergroup()

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

Definition at line 86 of file FrontendUserTest.php.

◆ setAddressSetsAddress()

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

Definition at line 168 of file FrontendUserTest.php.

◆ setCitySetsCity()

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

Definition at line 280 of file FrontendUserTest.php.

◆ setCompanySetsCompany()

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

Definition at line 328 of file FrontendUserTest.php.

◆ setCountrySetsCountry()

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

Definition at line 296 of file FrontendUserTest.php.

◆ setEmailSetsEmail()

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

Definition at line 216 of file FrontendUserTest.php.

◆ setFaxSetsFax()

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

Definition at line 200 of file FrontendUserTest.php.

◆ setFirstNameSetsFirstName()

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

Definition at line 120 of file FrontendUserTest.php.

◆ setImageSetsImage()

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

Definition at line 344 of file FrontendUserTest.php.

◆ setLastloginSetsLastlogin()

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

Definition at line 360 of file FrontendUserTest.php.

◆ setLastNameSetsLastName()

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

Definition at line 152 of file FrontendUserTest.php.

◆ setLockToDomainSetsLockToDomain()

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

Definition at line 232 of file FrontendUserTest.php.

◆ setMiddleNameSetsMiddleName()

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

Definition at line 136 of file FrontendUserTest.php.

◆ setNameSetsName()

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

Definition at line 104 of file FrontendUserTest.php.

◆ setPasswordSetsPassword()

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

Definition at line 57 of file FrontendUserTest.php.

◆ setTelephoneSetsTelephone()

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

Definition at line 184 of file FrontendUserTest.php.

◆ setTitleSetsTitle()

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

Definition at line 248 of file FrontendUserTest.php.

◆ setUp()

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

Definition at line 27 of file FrontendUserTest.php.

◆ setUsergroupSetsUsergroup()

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

Definition at line 66 of file FrontendUserTest.php.

◆ setUsernameSetsUsername()

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

Definition at line 41 of file FrontendUserTest.php.

◆ setWwwSetsWww()

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

Definition at line 312 of file FrontendUserTest.php.

◆ setZipSetsZip()

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

Definition at line 264 of file FrontendUserTest.php.

Member Data Documentation

◆ $fixture

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserTest::$fixture = NULL
protected

Definition at line 25 of file FrontendUserTest.php.