PHP Class lithium\tests\cases\g11n\catalog\adapter\CodeTest

Inheritance: extends lithium\test\Unit
Show file Open project: unionofrad/lithium

Public Properties

Property Type Description
$adapter

Protected Properties

Property Type Description
$_path

Public Methods

Method Description
setUp ( )
tearDown ( )
testNoReadSupportForOtherCategories ( )
testPathMustExist ( )
testReadMessageTemplateTContext ( )
testReadMessageTemplateTInvalid ( )
testReadMessageTemplateTNoEscaping ( )
testReadMessageTemplateTNoEscapingLineEnding ( ) Due to different EOL handling on linux and windows, combined with the git config core.autocrlf setting, the test file may be written with either LF or CRLF as line endings, which has an effect on the key where the data is stored.
testReadMessageTemplateTOptions ( )
testReadMessageTemplateTReplace ( )
testReadMessageTemplateTSimple ( )
testReadMessageTemplateTSimpleShort ( )
testReadMessageTemplateTnSimple ( )
testReadMessageTemplateTnSimpleShort ( )
testReadMessageTemplateTnT ( )
testReadWithScope ( )

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testNoReadSupportForOtherCategories() public method

testPathMustExist() public method

public testPathMustExist ( )

testReadMessageTemplateTContext() public method

testReadMessageTemplateTInvalid() public method

testReadMessageTemplateTNoEscaping() public method

testReadMessageTemplateTNoEscapingLineEnding() public method

Due to different EOL handling on linux and windows, combined with the git config core.autocrlf setting, the test file may be written with either LF or CRLF as line endings, which has an effect on the key where the data is stored.

testReadMessageTemplateTOptions() public method

testReadMessageTemplateTReplace() public method

testReadMessageTemplateTSimple() public method

testReadMessageTemplateTSimpleShort() public method

testReadMessageTemplateTnSimple() public method

testReadMessageTemplateTnSimpleShort() public method

testReadMessageTemplateTnT() public method

testReadWithScope() public method

public testReadWithScope ( )

Property Details

$_path protected property

protected $_path

$adapter public property

public $adapter