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

Public Methods

Method Description
testParamBindingWithPostgres ( ) : void Test parameter binding.

Method Details

testParamBindingWithPostgres() public method

Test parameter binding.
public testParamBindingWithPostgres ( ) : void
return void