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 62031bf commit d60cb9bCopy full SHA for d60cb9b
tests/Unit/StatisticsTest.php
@@ -20,7 +20,7 @@
20
});
21
22
test('Can receive connections statistics data', function () use ($statistics) {
23
- expect($statistics->getConnections()->getData())->toBeArray();
+ expect($statistics->getConnections()->toArray())->toBeArray();
24
25
26
test('Can receive accepted connections statistics', function () use ($statistics) {
0 commit comments