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 5c29024 commit d6d98afCopy full SHA for d6d98af
tests/Feature/ChartsTest.php
@@ -266,18 +266,13 @@ public function testToJson()
266
267
$response = $chart->toJson();
268
269
- $this->assertEquals(
270
- [
+ $this->assertEquals([
271
'id',
272
'height',
273
'width',
274
'type',
275
'options',
276
'series',
277
- ],
278
- array_keys(
279
- json_decode($response->content(), true)
280
- )
281
- );
+ ], array_keys(json_decode($response->content(), true)));
282
}
283
0 commit comments