The common InsertTest class tests an undocumented way of binding values to a query object. The testBindValues() method calls AbstractQuery::bindValues() with a non-associative array. This use case doesn't appear to be documented, and isn't used by any other code. Is this intentional? Does this test even belong in the InsertTest class?
The common
InsertTestclass tests an undocumented way of binding values to a query object. ThetestBindValues()method callsAbstractQuery::bindValues()with a non-associative array. This use case doesn't appear to be documented, and isn't used by any other code. Is this intentional? Does this test even belong in theInsertTestclass?