PHP Class 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.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Base
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
getTargetDrivers ( ) : array What drivers should be loaded for this test pack?
testKeywords ( ) : void Test if RedBeanPHP can properly handle keywords.

Method Details

getTargetDrivers() public method

CUBRID has inescapable keywords :/
public getTargetDrivers ( ) : array
return array

testKeywords() public method

Test if RedBeanPHP can properly handle keywords.
public testKeywords ( ) : void
return void