mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-06 14:19:23 +08:00

some tests accidentally passed because they matched the primary key which is named `id` in all tables against similar primary key values. as soon as primary key values differ among tables, these tests are failing. reproduce #5341 on existing tests...