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
Показать файл Открыть проект

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

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