PHP 클래스 ScriptFUSIONTest\Integration\Porter\PorterTest

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

공개 메소드들

메소드 설명
testApplyCacheAdvice ( )
testCacheUnavailable ( )
testFilter ( ) #endregion
testGetInvalidProvider ( )
testGetInvalidTag ( )
testGetProvider ( ) #region Providers
testGetStaticProvider ( )
testGetStaticProviderTag ( )
testHasProvider ( )
testImport ( ) #region Import
testImportAndFilterCountableRecords ( ) Tests that when the resource is countable the count is lost when filtering is applied.
testImportAndMapCountableRecords ( ) Tests that when the resource is countable the count is propagated to the outermost collection via a mapped collection.
testImportCountableRecords ( ) Tests that when the resource is countable the count is propagated to the outermost collection.
testImportOne ( ) #region Import one
testImportOneOfMany ( )
testImportOneOfNone ( )
testImportTaggedResource ( )
testMap ( )
testRegisterProviderTag ( )
testRegisterSameProvider ( )
testRegisterSameProviderType ( )

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

testApplyCacheAdvice() 공개 메소드

testCacheUnavailable() 공개 메소드

testFilter() 공개 메소드

#endregion
public testFilter ( )

testGetInvalidProvider() 공개 메소드

testGetInvalidTag() 공개 메소드

public testGetInvalidTag ( )

testGetProvider() 공개 메소드

#region Providers
public testGetProvider ( )

testGetStaticProvider() 공개 메소드

testGetStaticProviderTag() 공개 메소드

testHasProvider() 공개 메소드

public testHasProvider ( )

testImport() 공개 메소드

#region Import
public testImport ( )

testImportAndFilterCountableRecords() 공개 메소드

Tests that when the resource is countable the count is lost when filtering is applied.

testImportAndMapCountableRecords() 공개 메소드

Tests that when the resource is countable the count is propagated to the outermost collection via a mapped collection.

testImportCountableRecords() 공개 메소드

Tests that when the resource is countable the count is propagated to the outermost collection.

testImportOne() 공개 메소드

#region Import one
public testImportOne ( )

testImportOneOfMany() 공개 메소드

public testImportOneOfMany ( )

testImportOneOfNone() 공개 메소드

public testImportOneOfNone ( )

testImportTaggedResource() 공개 메소드

testMap() 공개 메소드

public testMap ( )

testRegisterProviderTag() 공개 메소드

testRegisterSameProvider() 공개 메소드

testRegisterSameProviderType() 공개 메소드