PHP 클래스 ScriptFUSIONTest\Unit\Porter\Provider\AbstractProviderTest

상속: extends PHPUnit_Framework_TestCase, use trait Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration
파일 보기 프로젝트 열기: ScriptFUSION/Porter

공개 메소드들

메소드 설명
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 ( )

보호된 메소드들

메소드 설명
setUp ( )

비공개 메소드들

메소드 설명
createProviderMock ( $connector = null )
getOptions ( )
setOptions ( EncapsulatedOptions $options )
setupCachingConnector ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

testCacheDisabledWhenConnectorDoesNotSupportCaching() 공개 메소드

testCacheEnabledMirrorsCachingConnector() 공개 메소드

testDisableCacheFails() 공개 메소드

testDisableCacheSucceeds() 공개 메소드

testEnableCacheFails() 공개 메소드

testEnableCacheSucceeds() 공개 메소드

testFetchForeignProvider() 공개 메소드

testFetchWithOptions() 공개 메소드

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

testFetchWithoutOptions() 공개 메소드

testGetConnector() 공개 메소드

public testGetConnector ( )

testOptions() 공개 메소드

public testOptions ( )