PHP Class RedUNIT\Sqlite\Parambind

Tests the parameter binding functionality in RedBeanPHP. These test scenarios include for instance: NULL handling, binding parameters in LIMIT clauses and so on.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Sqlite
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testParamBindWithSQLite ( ) : void Test parameter binding with SQLite.

Method Details

testParamBindWithSQLite() public method

Test parameter binding with SQLite.
public testParamBindWithSQLite ( ) : void
return void