-
Adrianna Chang authored
Currently, a lot of the mysql2 test cases are testing behaviour that is defined in the AbstractMysqlAdapter. This commit introduces an AbstractMysqlTestCase that will run tests against any MySQL-compatible adapter, and moves existing tests for mysql2 to an abstract_mysql_adapter directory.
Adrianna Chang authoredCurrently, a lot of the mysql2 test cases are testing behaviour that is defined in the AbstractMysqlAdapter. This commit introduces an AbstractMysqlTestCase that will run tests against any MySQL-compatible adapter, and moves existing tests for mysql2 to an abstract_mysql_adapter directory.
Loading