PHP Класс RedUNIT\Base\Keywords

Tests whether we can use keywords as bean types and property names without running into security or stablity issues. RedBeanPHP should properly escape all bean types and properties so we may use whatever string we want.
Автор: Gabor de Mooij and the RedBeanPHP Community
Наследование: extends RedUNIT\Base
Показать файл Открыть проект

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

Метод Описание
getTargetDrivers ( ) : array What drivers should be loaded for this test pack?
testKeywords ( ) : void Test if RedBeanPHP can properly handle keywords.

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

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

CUBRID has inescapable keywords :/
public getTargetDrivers ( ) : array
Результат array

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

Test if RedBeanPHP can properly handle keywords.
public testKeywords ( ) : void
Результат void