TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Format\NumberViewHelperTest Class Reference
Inheritance diagram for TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Format\NumberViewHelperTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 formatNumberDefaultsToEnglishNotationWithTwoDecimals ()
 
 formatNumberWithDecimalsDecimalPointAndSeparator ()
 

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='')
 
- 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
 

Detailed Description

Test case

Definition at line 17 of file NumberViewHelperTest.php.

Member Function Documentation

◆ formatNumberDefaultsToEnglishNotationWithTwoDecimals()

TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Format\NumberViewHelperTest::formatNumberDefaultsToEnglishNotationWithTwoDecimals ( )
Test:

Definition at line 22 of file NumberViewHelperTest.php.

◆ formatNumberWithDecimalsDecimalPointAndSeparator()

TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Format\NumberViewHelperTest::formatNumberWithDecimalsDecimalPointAndSeparator ( )
Test:

Definition at line 32 of file NumberViewHelperTest.php.