PHP Класс 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.
Автор: Gabor de Mooij and the RedBeanPHP Community
Наследование: extends RedUNIT\Blackhole
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

testMetaData() публичный Метод

Test meta data methods.
public testMetaData ( ) : void
Результат void

testMetaPersist() публичный Метод

Meta properties should not be saved.
public testMetaPersist ( ) : void
Результат void

testNoArrayMetaAccess() публичный Метод

You cant access meta data using the array accessors.
public testNoArrayMetaAccess ( ) : void
Результат void