Making the two MySQL tests create an InnoDB database so that we can practice our...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 15 Aug 2007 07:06:17 +0000 (07:06 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 15 Aug 2007 07:06:17 +0000 (07:06 +0000)
commitc6affe480ef7577e8b9936940951f6731b88ee65
treec9dcfcf9050b43ac6458bf8fb1cfa79b1f16e8a0
parentcb4501e2a242cb32954f06437d47af36a7d36189
Making the two MySQL tests create an InnoDB database so that we can practice our new transaction test

* UnitTest/DatabaseMySQLTest.php:
(DatabaseMySQLTest::setUp): Create the test table as InnoDB
* UnitTest/DatabaseMySQLiTest.php:
(DatabaseMySQLiTest::setUp): ditto
* UnitTest/DatabaseTestAbstract.php:
(DatabaseTestAbstract::testTransactions): New method
UnitTest/DatabaseMySQLTest.php
UnitTest/DatabaseMySQLiTest.php
UnitTest/DatabaseTestAbstract.php