Skip to content

Commit 7c09472

Browse files
authored
Merge pull request #2807 from yajra/analysis-lZKkdk
Apply fixes from StyleCI
2 parents a83cc54 + dc0c142 commit 7c09472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Integration/CollectionDataTableTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public function it_returns_zero_filtered_records_on_empty_collection()
3030
{
3131
$crawler = $this->call('GET', '/collection/empty');
3232
$crawler->assertExactJson([
33-
"data" => [],
34-
"draw" => 0,
35-
"input" => [],
33+
'data' => [],
34+
'draw' => 0,
35+
'input' => [],
3636
'recordsTotal' => 0,
3737
'recordsFiltered' => 0,
3838
]);

0 commit comments

Comments
 (0)