Beispiel #1
0
 /**
  * Test result for bigint
  *
  * @dataProvider bigintResultProvider
  */
 public function testPrepareColumnValueForBigint($value, $expectedResult)
 {
     $result = $this->_adapter->prepareColumnValue(array('DATA_TYPE' => 'bigint'), $value);
     $this->assertEquals($expectedResult, $result);
 }