PHP Class RedUNIT\Base\Boxing

Test boxing and unboxing of beans.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Base
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testBoxing ( ) : void Test boxing beans.
testToStringIssue512 ( ) : void Test fix for issue #512 - thanks for reporting Bernhard H.

Method Details

testBoxing() public method

Test boxing beans.
public testBoxing ( ) : void
return void

testToStringIssue512() public method

OODBBean::__toString() implementation only works with C_ERR_IGNORE
public testToStringIssue512 ( ) : void
return void