PHP Class ScriptFUSIONTest\Integration\Porter\PorterTest

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

Méthodes publiques

Méthode 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 ( )

Méthodes protégées

Méthode Description
setUp ( )

Method Details

setUp() protected méthode

protected setUp ( )

testApplyCacheAdvice() public méthode

testCacheUnavailable() public méthode

testFilter() public méthode

#endregion
public testFilter ( )

testGetInvalidProvider() public méthode

testGetInvalidTag() public méthode

public testGetInvalidTag ( )

testGetProvider() public méthode

#region Providers
public testGetProvider ( )

testGetStaticProvider() public méthode

testGetStaticProviderTag() public méthode

testHasProvider() public méthode

public testHasProvider ( )

testImport() public méthode

#region Import
public testImport ( )

testImportAndFilterCountableRecords() public méthode

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

testImportAndMapCountableRecords() public méthode

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

testImportCountableRecords() public méthode

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

testImportOne() public méthode

#region Import one
public testImportOne ( )

testImportOneOfMany() public méthode

public testImportOneOfMany ( )

testImportOneOfNone() public méthode

public testImportOneOfNone ( )

testImportTaggedResource() public méthode

testMap() public méthode

public testMap ( )

testRegisterProviderTag() public méthode

testRegisterSameProvider() public méthode

testRegisterSameProviderType() public méthode