We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978625d commit fe3c0d2Copy full SHA for fe3c0d2
test/lib/Elastica/Test/Transport/NullTransportTest.php
@@ -67,6 +67,7 @@ public function testExec()
67
68
$this->assertInstanceOf('\Elastica\Response', $response);
69
70
- $this->assertEquals($params, $response->getData()['params']);
+ $data = $response->getData();
71
+ $this->assertEquals($params, $data['params']);
72
}
73
0 commit comments