zendtech / IbmiToolkit

PHP frontend to XMLSERVICE for IBM i development.
BSD 3-Clause "New" or "Revised" License
46 stars 34 forks source link

Need PdoSuppTest.php #124

Open alanseiden opened 4 years ago

alanseiden commented 4 years ago

Now that we are submitting PRs for PDO support, we need tests to validate them.

alanseiden commented 3 years ago

We already have basic PDO_ODBC tests: https://github.com/zendtech/IbmiToolkit/blob/master/tests/functional/ToolkitTest.php

The tests, however, assume that PDO means PDO_ODBC. We should add tests for PDO_IBM as well.