PHP 클래스 RedUNIT\Base\Arrays

Beans can also be treated like arrays, this test verifies whether the bean array interface works correctly in various scenarios (combination with lists and so on).
저자: Gabor de Mooij and the RedBeanPHP Community
상속: extends RedUNIT\Base
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

메소드 설명
testArrayAccess ( ) : void Tests basic array access.
testArrayAccessAndLists ( ) : void Tests array access with lists.
testArrayAccessWithBeans ( ) : void Tests array access with parent beans.
testArrayAccessWithCRUD ( ) : void Tests array access with CRUD operations.

메소드 상세

testArrayAccess() 공개 메소드

Tests basic array access.
public testArrayAccess ( ) : void
리턴 void

testArrayAccessAndLists() 공개 메소드

Tests whether list properties behave as arrays correctly.
public testArrayAccessAndLists ( ) : void
리턴 void

testArrayAccessWithBeans() 공개 메소드

Tests array access with parent beans.
public testArrayAccessWithBeans ( ) : void
리턴 void

testArrayAccessWithCRUD() 공개 메소드

Tests array access with CRUD operations.
public testArrayAccessWithCRUD ( ) : void
리턴 void