PHP Class Kraken\_Unit\Container\Service\ServiceSorterTest

Inheritance: extends Kraken\Test\TUnit
Datei anzeigen Open project: kraken-php/framework

Public Methods

Method Description
createSorter ( string[] | null $methods = null ) : ServiceSorter | PHPUnit_Framework_MockObject_MockObject
testApiConstructor_CreatesInstance ( )
testApiDestructor_DoesNotThrowException ( )
testApiSortProviders_SortProviders ( )
testApiSortProviders_ThrowsException_WhenCyclicDependencyExist ( )
testApiSortProviders_ThrowsException_WhenRequiredDependenciesCouldNotBeResolved ( )

Method Details

createSorter() public method

public createSorter ( string[] | null $methods = null ) : ServiceSorter | PHPUnit_Framework_MockObject_MockObject
$methods string[] | null
return Kraken\Container\Service\ServiceSorter | PHPUnit_Framework_MockObject_MockObject

testApiConstructor_CreatesInstance() public method

testApiDestructor_DoesNotThrowException() public method

testApiSortProviders_SortProviders() public method

testApiSortProviders_ThrowsException_WhenCyclicDependencyExist() public method

testApiSortProviders_ThrowsException_WhenRequiredDependenciesCouldNotBeResolved() public method