PHP Class Kraken\_Unit\Container\Service\ServiceSorterTest

Inheritance: extends Kraken\Test\TUnit
Afficher le fichier Open project: kraken-php/framework

Méthodes publiques

Méthode 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 méthode

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

testApiConstructor_CreatesInstance() public méthode

testApiDestructor_DoesNotThrowException() public méthode

testApiSortProviders_SortProviders() public méthode

testApiSortProviders_ThrowsException_WhenCyclicDependencyExist() public méthode

testApiSortProviders_ThrowsException_WhenRequiredDependenciesCouldNotBeResolved() public méthode