PHP 클래스 RedUNIT\Blackhole\Import

RedBeanPHP offers some methods to import arrays into beans. For instance using the dispense() method. This test suite checks whether RedBeanPHP can correctly convert array structures to beans and also checks the expected effects on the taint flags. This test suite further tests the 'simple' single bean import() function, the inject() function (bean-to-bean) and array access (because this is somehow related).
저자: Gabor de Mooij and the RedBeanPHP Community
상속: extends RedUNIT\Blackhole
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

메소드 설명
testArrayAccess ( ) : void Test import using array access functions
testImportFromAndTainted ( ) : void Test import from and tainted.
testMultiRecurImport ( ) : void Test multi array dispense import.
testRecursiveImport ( ) : void Test recursive imports (formely known as R::graph).

메소드 상세

testArrayAccess() 공개 메소드

Test import using array access functions
public testArrayAccess ( ) : void
리턴 void

testImportFromAndTainted() 공개 메소드

Test import from and tainted.
public testImportFromAndTainted ( ) : void
리턴 void

testMultiRecurImport() 공개 메소드

Test multi array dispense import.
public testMultiRecurImport ( ) : void
리턴 void

testRecursiveImport() 공개 메소드

Test recursive imports (formely known as R::graph).
public testRecursiveImport ( ) : void
리턴 void