PHP Class RedUNIT\Base\Batch

Test whether we can load a group of beans in one go, i.e. the batch loading functionality of RedBeanPHP, also in combination with aliasing.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Base
Afficher le fichier Open project: gabordemooij/redbean

Méthodes publiques

Méthode Description
testBatch ( ) : void Begin testing.
testBatchAliasLoadAll ( ) : void Test batch alias loadAll.
testMissingBeans ( ) : void Test missing bean scenarios.

Method Details

testBatch() public méthode

This method runs the actual test pack.
public testBatch ( ) : void
Résultat void

testBatchAliasLoadAll() public méthode

Test batch alias loadAll.
public testBatchAliasLoadAll ( ) : void
Résultat void

testMissingBeans() public méthode

Test missing bean scenarios.
public testMissingBeans ( ) : void
Résultat void