PHP Класс RedUNIT\CUBRID\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\CUBRID
Показать файл Открыть проект

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

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