PHP Class Kraken\_Unit\Filesystem\FilesystemAdapterSimpleFactoryTest

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

Méthodes publiques

Méthode Description
createFilesystemAdapterSimpleFactory ( mixed[] $defaults = [] ) : FilesystemAdapterSimpleFactory
testApiParam_ReturnsDefault_WhenParamDoesNotExistButDefaultDoes ( )
testApiParam_ReturnsMergedParamsAndDefaults ( )
testApiParam_ReturnsNull_WhenParamDoesNotExistAndDefaultDoesNotToo ( )
testApiParam_ReturnsParam_WhenParamExists ( )

Method Details

createFilesystemAdapterSimpleFactory() public méthode

public createFilesystemAdapterSimpleFactory ( mixed[] $defaults = [] ) : FilesystemAdapterSimpleFactory
$defaults mixed[]
Résultat Kraken\Filesystem\FilesystemAdapterSimpleFactory

testApiParam_ReturnsDefault_WhenParamDoesNotExistButDefaultDoes() public méthode

testApiParam_ReturnsMergedParamsAndDefaults() public méthode

testApiParam_ReturnsNull_WhenParamDoesNotExistAndDefaultDoesNotToo() public méthode

testApiParam_ReturnsParam_WhenParamExists() public méthode