PHP Class RedUNIT\Base\Dispense

Tests whether we can dispense beans and tests all features of the dispense/dispenseAll functions.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Base
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testBasicsDispense ( ) : void Test dispense.
testDispenseAll ( ) : void Tests the facade-only dispenseAll method.
testDispenseArray ( ) : void Tests different return values of dispense().

Method Details

testBasicsDispense() public method

Test dispense.
public testBasicsDispense ( ) : void
return void

testDispenseAll() public method

Tests the facade-only dispenseAll method.
public testDispenseAll ( ) : void
return void

testDispenseArray() public method

Tests different return values of dispense().
public testDispenseArray ( ) : void
return void