PHP 클래스 RedUNIT\Base\Update

저자: Gabor de Mooij and the RedBeanPHP Community
상속: extends RedUNIT\Base
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

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

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.