PHP Class RedUNIT\Blackhole\Meta

Beans can have meta data. Meta data will not be stored in the database and cannot be loaded from the database (except for using special meta masks - this feature is available in 4.3.2+). This test suite tests whether we can set and get meta data from beans and verifies meta data does not end up in the database.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Blackhole
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testMetaData ( ) : void Test meta data methods.
testMetaPersist ( ) : void Meta properties should not be saved.
testNoArrayMetaAccess ( ) : void You cant access meta data using the array accessors.

Method Details

testMetaData() public method

Test meta data methods.
public testMetaData ( ) : void
return void

testMetaPersist() public method

Meta properties should not be saved.
public testMetaPersist ( ) : void
return void

testNoArrayMetaAccess() public method

You cant access meta data using the array accessors.
public testNoArrayMetaAccess ( ) : void
return void