cakephp2-php8/lib/Cake/Test/Case/Model/Datasource/Database
Koji Tanaka ca2c909ac9 test: Restore if LC_NUMERIC is changed during testing.
Improved PostgresTest::testLocalizedFloats().
This test changes the locale (LC_NUMERIC) and restores it last. Therefore, if the test failed, subsequent tests referencing the locale could fail.
2023-02-11 13:58:44 +01:00
..
MysqlTest.php test: Skip a part of test for Mysql 2023-01-11 22:45:29 +01:00
PostgresTest.php test: Restore if LC_NUMERIC is changed during testing. 2023-02-11 13:58:44 +01:00
SqliteTest.php test: Replace assertNotContains() with assertStringNotContainsString() for text assertion. 2023-01-11 22:45:29 +01:00
SqlserverTest.php test: Replace deprecated assertNotRegExp() with assertDoesNotMatchRegularExpression(). 2023-01-11 22:45:29 +01:00