PHP Class Kraken\_Unit\Console\Client\ClientTest

Inheritance: extends Kraken\Test\TUnit
Show file Open project: kraken-php/framework

Public Methods

Method Description
createRuntime ( string[] | null $methods = null ) : RuntimeContainer | PHPUnit_Framework_MockObject_MockObject
eventsProvider ( ) : string[][]
testApiGetAlias_ReturnsAlias ( )
testApiGetArgs_ReturnsArgs ( )
testApiGetName_ReturnsName ( )
testApiGetParent_ReturnsNull ( )
testApiGetType_ReturnsType ( )
testApiStart_EmitsEvents ( )
testApiStop_EmitsEvents ( )
testCaseAllOnMethods_RegisterHandlersForEvents ( $event )
testProtectedApiBoot_ReturnsSelf ( )
testProtectedApiConfig_ReturnsArray ( )
testProtectedApiConstruct_ReturnsSelf ( )
testProtectedApiInternalBoot_CallsBootMethod ( )
testProtectedApiInternalConfig_CallsConfigMethod ( )
testProtectedApiInternalConstruct_CallsConstructMethod ( )

Method Details

createRuntime() public method

public createRuntime ( string[] | null $methods = null ) : RuntimeContainer | PHPUnit_Framework_MockObject_MockObject
$methods string[] | null
return Kraken\Runtime\RuntimeContainer | PHPUnit_Framework_MockObject_MockObject

eventsProvider() public method

public eventsProvider ( ) : string[][]
return string[][]

testApiGetAlias_ReturnsAlias() public method

testApiGetArgs_ReturnsArgs() public method

testApiGetName_ReturnsName() public method

testApiGetParent_ReturnsNull() public method

testApiGetType_ReturnsType() public method

testApiStart_EmitsEvents() public method

testApiStop_EmitsEvents() public method

testCaseAllOnMethods_RegisterHandlersForEvents() public method

testProtectedApiBoot_ReturnsSelf() public method

testProtectedApiConfig_ReturnsArray() public method

testProtectedApiConstruct_ReturnsSelf() public method

testProtectedApiInternalBoot_CallsBootMethod() public method

testProtectedApiInternalConfig_CallsConfigMethod() public method

testProtectedApiInternalConstruct_CallsConstructMethod() public method