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

Public Member Functions

 setUp ()
 
 getKeyInitiallyReturnsEmptyString ()
 
 getKeyInitiallyReturnsGivenKeyFromConstruct ()
 
 setKeySetsKey ()
 
 getTitleInitiallyReturnsEmptyString ()
 
 getTitleInitiallyReturnsGivenTitleFromConstruct ()
 
 setTitleSetsTitle ()
 
 getIconInitiallyReturnsEmptyString ()
 
 getIconInitiallyReturnsGivenIconFromConstruct ()
 
 setIconSetsIcon ()
 
 getVersionInitiallyReturnsEmptyString ()
 
 setVersionSetsVersion ()
 
 setVersionSetsVersionFromString ()
 
 getUpdateResultInitiallyReturnsEmptyArray ()
 
 setUpdateResultSetsUpdateResult ()
 

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! Testcase for Extension

Author
Wouter Wolters typo3.nosp@m.@wou.nosp@m.terwo.nosp@m.lter.nosp@m.s.nl

Definition at line 23 of file ExtensionTest.php.

Member Function Documentation

◆ getIconInitiallyReturnsEmptyString()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::getIconInitiallyReturnsEmptyString ( )
Test:

Definition at line 112 of file ExtensionTest.php.

◆ getIconInitiallyReturnsGivenIconFromConstruct()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::getIconInitiallyReturnsGivenIconFromConstruct ( )
Test:

Definition at line 122 of file ExtensionTest.php.

◆ getKeyInitiallyReturnsEmptyString()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::getKeyInitiallyReturnsEmptyString ( )
Test:

Definition at line 40 of file ExtensionTest.php.

◆ getKeyInitiallyReturnsGivenKeyFromConstruct()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::getKeyInitiallyReturnsGivenKeyFromConstruct ( )
Test:

Definition at line 50 of file ExtensionTest.php.

◆ getTitleInitiallyReturnsEmptyString()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::getTitleInitiallyReturnsEmptyString ( )
Test:

Definition at line 76 of file ExtensionTest.php.

◆ getTitleInitiallyReturnsGivenTitleFromConstruct()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::getTitleInitiallyReturnsGivenTitleFromConstruct ( )
Test:

Definition at line 86 of file ExtensionTest.php.

◆ getUpdateResultInitiallyReturnsEmptyArray()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::getUpdateResultInitiallyReturnsEmptyArray ( )
Test:

Definition at line 184 of file ExtensionTest.php.

◆ getVersionInitiallyReturnsEmptyString()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::getVersionInitiallyReturnsEmptyString ( )
Test:

Definition at line 148 of file ExtensionTest.php.

◆ setIconSetsIcon()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::setIconSetsIcon ( )
Test:

Definition at line 135 of file ExtensionTest.php.

◆ setKeySetsKey()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::setKeySetsKey ( )
Test:

Definition at line 63 of file ExtensionTest.php.

◆ setTitleSetsTitle()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::setTitleSetsTitle ( )
Test:

Definition at line 99 of file ExtensionTest.php.

◆ setUp()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::setUp ( )

Set up

Definition at line 33 of file ExtensionTest.php.

◆ setUpdateResultSetsUpdateResult()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::setUpdateResultSetsUpdateResult ( )
Test:

Definition at line 194 of file ExtensionTest.php.

◆ setVersionSetsVersion()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::setVersionSetsVersion ( )
Test:

Definition at line 158 of file ExtensionTest.php.

◆ setVersionSetsVersionFromString()

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::setVersionSetsVersionFromString ( )
Test:

Definition at line 171 of file ExtensionTest.php.

Member Data Documentation

◆ $fixture

TYPO3\CMS\Lang\Tests\Unit\Domain\Model\ExtensionTest::$fixture = NULL
protected

Definition at line 28 of file ExtensionTest.php.