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
Show file Open project: gabordemooij/redbean

Public Methods

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

Method Details

testBatch() public method

This method runs the actual test pack.
public testBatch ( ) : void
return void

testBatchAliasLoadAll() public method

Test batch alias loadAll.
public testBatchAliasLoadAll ( ) : void
return void

testMissingBeans() public method

Test missing bean scenarios.
public testMissingBeans ( ) : void
return void