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 9f7169a commit 1298c52Copy full SHA for 1298c52
tests/Integration/QueryDataTableTest.php
@@ -26,7 +26,7 @@ public function it_can_set_total_records()
26
$crawler->assertJson([
27
'draw' => 0,
28
'recordsTotal' => 10,
29
- 'recordsFiltered' => 10,
+ 'recordsFiltered' => 20,
30
]);
31
}
32
@@ -37,7 +37,7 @@ public function it_can_set_zero_total_records()
37
38
39
'recordsTotal' => 0,
40
- 'recordsFiltered' => 0,
41
42
43
0 commit comments