'long' ); $oDB = DBManagerFactory::getInstance(); $result = $oDB->massageValue($bigInt, $fieldDef); $this->assertEquals($bigInt, $result); } }