cakephp2-php8/lib/Cake/TestSuite/Fixture
Koji Tanaka 5ae08a4dba fixed: CakeFixtureManager::_setupTable() is called outside of transaction
Fixed PDOException thrown with the message "There is no active transaction" in PHP 8.0+.
SQL like CREATE/DROP/TRUNCATE TABLE implicitly commits just before.
In PHP 8.0+, calling commit/rollback afterwards will now throw a PDOException.
2023-01-11 22:45:29 +01:00
..
CakeFixtureInjector.php feat: Implement a fixture callback class using the PHPUnit TestListener interface. 2023-01-11 22:45:29 +01:00
CakeFixtureManager.php fixed: CakeFixtureManager::_setupTable() is called outside of transaction 2023-01-11 22:45:29 +01:00
CakeTestFixture.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00
CakeTestModel.php Use HTTPS for the opensource.org MIT license URL 2017-06-11 00:23:22 +02:00