mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +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...