PHP Class RedUNIT\Blackhole\Fusebox

Tests whether we can convert a bean to a model and a model to a bean. This process is called boxing and unboxing.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Blackhole
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testBasicBox ( ) : void Test boxing.

Private Methods

Method Description
giveMeBean ( RedBeanPHP\OODBBean $bean ) Test unboxing
giveMeSoup ( Model_Soup $soup ) Test type hinting with boxed model

Method Details

testBasicBox() public method

Test boxing.
public testBasicBox ( ) : void
return void