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 ad21a6f commit ca42539Copy full SHA for ca42539
tests/SDKTest.php
@@ -413,8 +413,8 @@ public function testHTTPSuccess()
413
414
$this->assertGreaterThanOrEqual(count($options['expectedOutput']), count($output));
415
416
- foreach ($output as $i => $row) {
417
- $this->assertEquals($options['expectedOutput'][$i], $row);
+ foreach ($options['expectedOutput'] as $i => $row) {
+ $this->assertEquals($output[$i], $row);
418
}
419
420
0 commit comments