Skip to content
Snippets Groups Projects
Commit 66380c9f authored by Martynas Sudintas's avatar Martynas Sudintas
Browse files

ONGR strict psr fixes

parent aef789f0
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,9 @@ class TopHitsAggregationTest extends \PHPUnit_Framework_TestCase
$expectedAgg->from = 1;
$expectedAgg->sort = $sorts->toArray();
$expected = [
'agg_test' => ['top_hits' => $expectedAgg]
'agg_test' => [
'top_hits' => $expectedAgg,
],
];
$this->assertEquals($expected, $aggregation->toArray());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment