PHP Class ScriptFUSIONTest\Integration\Porter\PorterTest

Inheritance: extends PHPUnit_Framework_TestCase, use trait Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration
Show file Open project: ScriptFUSION/Porter

Public Methods

Method Description
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 ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testApplyCacheAdvice() public method

testCacheUnavailable() public method

testFilter() public method

#endregion
public testFilter ( )

testGetInvalidProvider() public method

testGetInvalidTag() public method

public testGetInvalidTag ( )

testGetProvider() public method

#region Providers
public testGetProvider ( )

testGetStaticProvider() public method

testGetStaticProviderTag() public method

testHasProvider() public method

public testHasProvider ( )

testImport() public method

#region Import
public testImport ( )

testImportAndFilterCountableRecords() public method

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

testImportAndMapCountableRecords() public method

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

testImportCountableRecords() public method

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

testImportOne() public method

#region Import one
public testImportOne ( )

testImportOneOfMany() public method

public testImportOneOfMany ( )

testImportOneOfNone() public method

public testImportOneOfNone ( )

testImportTaggedResource() public method

testMap() public method

public testMap ( )

testRegisterProviderTag() public method

testRegisterSameProvider() public method

testRegisterSameProviderType() public method