cakephp2-php8/lib/Cake/Test/Case/Model/Datasource
Koji Tanaka ddd53dd874 test: Fixed PostgresTest::testAlterSchema()
The last few lines of PostgresTest::testAlterSchema() were added in the following commit. There was a problem, but the test succeeds in less than PHP 7.4.
6a4e7558fc (diff-bb8406239275388d1950fd590496d45d70b9e85b1c521ec75837e1138c9743d9)
In PHP 7.4+, after executing DboSource::dropSchema(), executing DboSource::alterSchema() raises a "Warning Error" and the test fails.
2023-02-11 13:58:44 +01:00
..
Database test: Fixed PostgresTest::testAlterSchema() 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: Replace deprecated assertion methods that access non-public properties with methods that use reflection. 2023-01-11 22:45:29 +01:00