PHP Класс RedUNIT\Base\Update

Автор: Gabor de Mooij and the RedBeanPHP Community
Наследование: extends RedUNIT\Base
Показать файл Открыть проект

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

Метод Описание
testEmptyStringShouldNotBeStoredAsInteger ( ) : void Tests whether empty strings are preserved as such.
testSQLFilters ( ) Test whether we can use SQL filters and whether they are being applied properly for different types of SELECT queries in the QueryWriter.
testStoringInf ( ) : void Test handling of infinity values.
testUnsetUpdate ( ) : void Test unsetting properties.
testUpdatingBeans ( ) : void All kinds of tests for basic CRUD.
testUpdatingParentBeansWithAliases ( ) Tests whether we can update or unset a parent bean with an alias without having to use fetchAs and without loading the aliased bean causing table-not-found errors.

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

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

Tests whether empty strings are preserved as such.
public testEmptyStringShouldNotBeStoredAsInteger ( ) : void
Результат void

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

Test whether we can use SQL filters and whether they are being applied properly for different types of SELECT queries in the QueryWriter.
public testSQLFilters ( )

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

Test handling of infinity values.
public testStoringInf ( ) : void
Результат void

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

Test unsetting properties.
public testUnsetUpdate ( ) : void
Результат void

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

Does the data survive?
public testUpdatingBeans ( ) : void
Результат void

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

Tests whether we can update or unset a parent bean with an alias without having to use fetchAs and without loading the aliased bean causing table-not-found errors.