PHP Class ScriptFUSIONTest\Unit\Porter\Provider\AbstractProviderTest

Inheritance: extends PHPUnit_Framework_TestCase, use trait Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration
Afficher le fichier Open project: ScriptFUSION/Porter

Méthodes publiques

Méthode Description
testCacheDisabledWhenConnectorDoesNotSupportCaching ( )
testCacheEnabledMirrorsCachingConnector ( )
testDisableCacheFails ( )
testDisableCacheSucceeds ( )
testEnableCacheFails ( )
testEnableCacheSucceeds ( )
testFetchForeignProvider ( )
testFetchWithOptions ( ) Tests that a clone of the provider's options are passed to ProviderResource::fetch().
testFetchWithoutOptions ( )
testGetConnector ( )
testOptions ( )

Méthodes protégées

Méthode Description
setUp ( )

Private Methods

Méthode Description
createProviderMock ( $connector = null )
getOptions ( )
setOptions ( EncapsulatedOptions $options )
setupCachingConnector ( )

Method Details

setUp() protected méthode

protected setUp ( )

testCacheDisabledWhenConnectorDoesNotSupportCaching() public méthode

testCacheEnabledMirrorsCachingConnector() public méthode

testDisableCacheFails() public méthode

testDisableCacheSucceeds() public méthode

testEnableCacheFails() public méthode

testEnableCacheSucceeds() public méthode

testFetchForeignProvider() public méthode

testFetchWithOptions() public méthode

Tests that a clone of the provider's options are passed to ProviderResource::fetch().

testFetchWithoutOptions() public méthode

testGetConnector() public méthode

public testGetConnector ( )

testOptions() public méthode

public testOptions ( )