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.
2 parents a83cc54 + dc0c142 commit 7c09472Copy full SHA for 7c09472
tests/Integration/CollectionDataTableTest.php
@@ -30,9 +30,9 @@ public function it_returns_zero_filtered_records_on_empty_collection()
30
{
31
$crawler = $this->call('GET', '/collection/empty');
32
$crawler->assertExactJson([
33
- "data" => [],
34
- "draw" => 0,
35
- "input" => [],
+ 'data' => [],
+ 'draw' => 0,
+ 'input' => [],
36
'recordsTotal' => 0,
37
'recordsFiltered' => 0,
38
]);
0 commit comments