* Implement #13219: Ability to not shuffle masters connections * Enh: add master connection getter * Add test case for #13241 which implements #13219 * Doc comments [skip ci] * Doc comments * Fix: wrong return value when no masters * Revert `getMasterPdo()` 4a786c7e10 * Fix: try to fix too slow test * Refact: fix Single Responsibility; Fix possible BC break * Update Connection.php * Update Connection.php * Update Connection.php * Update Connection.php * Updated CHANGELOG * Fix: grammatic mistake * Refact: property renamed from `randomizeMasters` to `shuffleMasters` * Refact: split and try to simplify tests
4a786c7e10
boolean
bool
integer
int
- changed test class naming for easier copying and searching of classes - made base tests abstract and made MySQL an equal citisen in the test hierarchie - added missing db specific test classes