PHP 클래스 RedUNIT\Sqlite\Setget

This class has been designed to test set/get operations for a specific Query Writer / Adapter. Since RedBeanPHP creates columns based on values it's essential that you get back the 'same' value as you put in - or - if that's not the case, that there are at least very clear rules about what to expect. Examples of possible issues tested in this class include: - Test whether booleans are returned correctly (they will become integers) - Test whether large numbers are preserved - Test whether floating point numbers are preserved - Test whether date/time values are preserved and so on...
저자: Gabor de Mooij and the RedBeanPHP Community
상속: extends RedUNIT\Sqlite
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

메소드 설명
testBool ( ) : void Test booleans.
testDates ( ) : void Test dates.
testNull ( ) : void Test NULL.
testNumbers ( ) : void Test numbers.
testStrings ( ) : void Test strings.

메소드 상세

testBool() 공개 메소드

Test booleans.
public testBool ( ) : void
리턴 void

testDates() 공개 메소드

Test dates.
public testDates ( ) : void
리턴 void

testNull() 공개 메소드

Test NULL.
public testNull ( ) : void
리턴 void

testNumbers() 공개 메소드

Test numbers.
public testNumbers ( ) : void
리턴 void

testStrings() 공개 메소드

Test strings.
public testStrings ( ) : void
리턴 void