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 9a247bc commit 85fcc65Copy full SHA for 85fcc65
tests/Unit/MatchableFilterTest.php
@@ -18,21 +18,7 @@ public function test_matchable_filter_has_key(): void
18
AssertableJson::fromArray($filter->jsonSerialize()),
19
function (AssertableJson $json) {
20
$json
21
- ->dd()
22
- ->dump()
23
- ->where('type', 'multiselect')
24
- ->where('advanced', true)
25
- ->where('title', 'Status filter')
26
- ->where('description', 'Short description')
27
- ->where('column', 'status')
28
- ->where('key', 'status-filter')
29
- ->where('rules', [
30
- 'status' => ['required'],
31
- ])
32
- ->where('options', [[
33
- 'label' => 'Draft',
34
- 'property' => 'draft',
35
- ]])
+ ->where('key', 'matches')
36
;
37
}
38
);
0 commit comments