PHP Class RedUNIT\Mysql\Bigint

Tests handling of bigint type columns for primary key IDs, can we use bigint primary keys without issues ? These tests should be able to detect incorrect intval casts for instance.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Mysql
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testBigIntSupport ( ) : void Test BIG INT primary key support.

Method Details

testBigIntSupport() public method

Test BIG INT primary key support.
public testBigIntSupport ( ) : void
return void