cakephp2-php8/lib/Cake/Test/Case/Model/Datasource
Koji Tanaka 747f9e3d13 test: Fixed improved return value of mocked PDO class exec() method.
Return value of PDO::exec() is the number of rows affected,
which is 0 for any of these method calls.
2023-02-19 13:58:40 +01:00
..
Database test: Fixed expected value when float value is specified in DboSource::value() argument. 2023-02-11 13:58:44 +01:00
Session test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
CakeSessionTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
DataSourceTest.php test: Add return type declarations to overridden methods of TestCase classes. 2023-01-11 22:45:29 +01:00
DboSourceTest.php test: Fixed improved return value of mocked PDO class exec() method. 2023-02-19 13:58:40 +01:00