PHP Class lithium\tests\cases\g11n\CatalogTest

Inheritance: extends lithium\test\Unit
Datei anzeigen Open project: unionofrad/lithium

Protected Properties

Property Type Description
$_backup

Public Methods

Method Description
setUp ( )
tearDown ( )
testDataTypeSupport ( ) Tests writing, then reading different types of values.
testInputFormatNormalization ( ) Tests if the output is normalized and doesn't depend on the input format.
testInvalidWrite ( )
testOutputLosslessFormat ( )
testOutputLossyFormat ( )
testRead ( ) Tests for values returned by read().
testReadMergeSelectedConfigurations ( ) Tests reading from selected multiple configured stores.
testWrite ( ) Tests for values returned by write().
testWriteRead ( ) Tests writing and reading for single and multiple items.
testWriteReadMergeAllConfigurations ( ) Tests reading from all configured stores with fallbacks.
testWriteReadMergeLocales ( ) Tests writing and reading with data merged between cascaded locales.
testWriteReadWithScope ( ) Tests that a scope is honored if one is used.

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testDataTypeSupport() public method

Tests writing, then reading different types of values.
public testDataTypeSupport ( )

testInputFormatNormalization() public method

Tests if the output is normalized and doesn't depend on the input format.

testInvalidWrite() public method

public testInvalidWrite ( )

testOutputLosslessFormat() public method

testOutputLossyFormat() public method

testRead() public method

Tests for values returned by read().
public testRead ( )

testReadMergeSelectedConfigurations() public method

Tests reading from selected multiple configured stores.

testWrite() public method

Tests for values returned by write().
public testWrite ( )

testWriteRead() public method

Tests writing and reading for single and multiple items.
public testWriteRead ( )

testWriteReadMergeAllConfigurations() public method

Tests reading from all configured stores with fallbacks.

testWriteReadMergeLocales() public method

Only complete items are merged in, (atomic) merging between items should not occur. Categories fall back to results for more generic locales.

testWriteReadWithScope() public method

Tests that a scope is honored if one is used.

Property Details

$_backup protected_oe property

protected $_backup