We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13342f7 commit 7bd2038Copy full SHA for 7bd2038
tests/Performance/PerformanceTest.php
@@ -65,7 +65,7 @@ public function testBigRandomData(string $alias): void
65
*/
66
public function testMultipleTransactions(): void
67
{
68
- $aliases = $this->connectionAliases();
+ $aliases = array_values(self::connectionAliases());
69
$tsxs = [];
70
for ($i = 0; $i < 1000; ++$i) {
71
$alias = $aliases[$i % count($aliases)][0];
0 commit comments