PHP Class lithium\tests\cases\console\command\g11n\ExtractTest

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

Public Properties

Property Type Description
$command

Protected Properties

Property Type Description
$_backup
$_path

Public Methods

Method Description
setUp ( )
skip ( )
tearDown ( )
testContextsMultiple ( )
testContextsNested ( )
testContextsWithAmbiguousContextTokens ( )
testContextsWithMultipleOccurences ( )
testContextsWithOtherParams ( )
testDefaultConfiguration ( )
testFailRead ( )
testFailWrite ( )
testInit ( ) Added realpath() to fix issues when lithium is linked in to the app's libraries directory.

Protected Methods

Method Description
_writeInput ( array $input = [] )

Method Details

_writeInput() protected method

protected _writeInput ( array $input = [] )
$input array

setUp() public method

public setUp ( )

skip() public method

public skip ( )

tearDown() public method

public tearDown ( )

testContextsMultiple() public method

testContextsNested() public method

public testContextsNested ( )

testContextsWithAmbiguousContextTokens() public method

testContextsWithMultipleOccurences() public method

testContextsWithOtherParams() public method

testDefaultConfiguration() public method

testFailRead() public method

public testFailRead ( )

testFailWrite() public method

public testFailWrite ( )

testInit() public method

Added realpath() to fix issues when lithium is linked in to the app's libraries directory.
public testInit ( )

Property Details

$_backup protected property

protected $_backup

$_path protected property

protected $_path

$command public property

public $command