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

Public Member Functions

 setUp ()
 
 getTitleInitiallyReturnsEmptyString ()
 
 getTitleInitiallyReturnsGivenTitleFromConstruct ()
 
 setTitleSetsTitle ()
 
 getLockToDomainInitiallyReturnsEmptyString ()
 
 setLockToDomainSetsLockToDomain ()
 
 getDescriptionInitiallyReturnsEmptyString ()
 
 setDescriptionSetsDescription ()
 
 addSubgroupAddsSubgroup ()
 
 removeSubgroupRemovesSubgroup ()
 
 setSubgroupSetsSubgroups ()
 

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 FrontendUserGroupTest.php.

Member Function Documentation

◆ addSubgroupAddsSubgroup()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserGroupTest::addSubgroupAddsSubgroup ( )
Test:

Definition at line 92 of file FrontendUserGroupTest.php.

◆ getDescriptionInitiallyReturnsEmptyString()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserGroupTest::getDescriptionInitiallyReturnsEmptyString ( )
Test:

Definition at line 76 of file FrontendUserGroupTest.php.

◆ getLockToDomainInitiallyReturnsEmptyString()

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

Definition at line 60 of file FrontendUserGroupTest.php.

◆ getTitleInitiallyReturnsEmptyString()

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

Definition at line 34 of file FrontendUserGroupTest.php.

◆ getTitleInitiallyReturnsGivenTitleFromConstruct()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserGroupTest::getTitleInitiallyReturnsGivenTitleFromConstruct ( )
Test:

Definition at line 42 of file FrontendUserGroupTest.php.

◆ removeSubgroupRemovesSubgroup()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserGroupTest::removeSubgroupRemovesSubgroup ( )
Test:

Definition at line 102 of file FrontendUserGroupTest.php.

◆ setDescriptionSetsDescription()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserGroupTest::setDescriptionSetsDescription ( )
Test:

Definition at line 83 of file FrontendUserGroupTest.php.

◆ setLockToDomainSetsLockToDomain()

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

Definition at line 67 of file FrontendUserGroupTest.php.

◆ setSubgroupSetsSubgroups()

TYPO3\CMS\Extbase\Tests\Unit\Domain\Model\FrontendUserGroupTest::setSubgroupSetsSubgroups ( )
Test:

Definition at line 117 of file FrontendUserGroupTest.php.

◆ setTitleSetsTitle()

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

Definition at line 51 of file FrontendUserGroupTest.php.

◆ setUp()

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

Definition at line 27 of file FrontendUserGroupTest.php.

Member Data Documentation

◆ $fixture

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

Definition at line 25 of file FrontendUserGroupTest.php.