PHP Class Neos\Flow\Tests\Unit\Cache\CacheFactoryTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$mockCacheManager Neos\Flow\Cache\CacheManager | PHPUnit_Framework_MockObject_MockObject
$mockEnvironment Neos\Flow\Utility\Environment
$mockEnvironmentConfiguration Neos\Cache\EnvironmentConfiguration

Méthodes publiques

Méthode Description
aDifferentDefaultCacheDirectoryIsUsedForPersistentFileCaches ( )
createInjectsAnInstanceOfTheSpecifiedBackendIntoTheCacheFrontend ( )
createReturnsInstanceOfTheSpecifiedCacheFrontend ( )
setUp ( ) Creates the mocked filesystem used in the tests

Method Details

aDifferentDefaultCacheDirectoryIsUsedForPersistentFileCaches() public méthode

createInjectsAnInstanceOfTheSpecifiedBackendIntoTheCacheFrontend() public méthode

createReturnsInstanceOfTheSpecifiedCacheFrontend() public méthode

setUp() public méthode

Creates the mocked filesystem used in the tests
public setUp ( )

Property Details

$mockCacheManager protected_oe property

protected CacheManager,Neos\Flow\Cache|PHPUnit_Framework_MockObject_MockObject $mockCacheManager
Résultat Neos\Flow\Cache\CacheManager | PHPUnit_Framework_MockObject_MockObject

$mockEnvironment protected_oe property

protected Environment,Neos\Flow\Utility $mockEnvironment
Résultat Neos\Flow\Utility\Environment

$mockEnvironmentConfiguration protected_oe property

protected EnvironmentConfiguration,Neos\Cache $mockEnvironmentConfiguration
Résultat Neos\Cache\EnvironmentConfiguration