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
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

메소드 설명
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