PHP Class RedUNIT\Mysql\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\Mysql
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testPDOParameterBinding ( ) : void Test parameter binding with\PDO.

Method Details

testPDOParameterBinding() public method

Test parameter binding with\PDO.
public testPDOParameterBinding ( ) : void
return void