File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,16 @@ public function test_can_set_boolean_filter_to_integer(): void
2929
3030 public function test_can_set_boolean_filter_to_valid_string (): void
3131 {
32- $ this ->assertTrue (self ::$ filterInstance ->validate (" 1 " ));
33- $ this ->assertFalse (self ::$ filterInstance ->validate (" 0 " ));
32+ $ this ->assertTrue (self ::$ filterInstance ->validate (' 1 ' ));
33+ $ this ->assertFalse (self ::$ filterInstance ->validate (' 0 ' ));
3434 }
3535
3636 public function test_cannot_set_boolean_filter_to_valid_string (): void
3737 {
38- $ this ->assertFalse (self ::$ filterInstance ->validate (" abc " ));
39- $ this ->assertFalse (self ::$ filterInstance ->validate (" def " ));
38+ $ this ->assertFalse (self ::$ filterInstance ->validate (' abc ' ));
39+ $ this ->assertFalse (self ::$ filterInstance ->validate (' def ' ));
4040 }
4141
42-
4342 public function test_can_get_custom_filter_pills (): void
4443 {
4544 $ filter = self ::$ filterInstance ;
@@ -92,7 +91,6 @@ public function test_can_get_if_boolean_filter_not_empty_invalid_string(): void
9291 $ this ->assertTrue (self ::$ filterInstance ->isEmpty ('abc ' ));
9392 }
9493
95-
9694 public function test_can_validate_null_boolean_filter_value (): void
9795 {
9896 $ filter = self ::$ filterInstance ;
Original file line number Diff line number Diff line change @@ -46,5 +46,4 @@ public function test_can_get_if_livewire_component_filter_empty(): void
4646 $ this ->assertFalse ($ filter ->isEmpty (1234 ));
4747
4848 }
49-
50- }
49+ }
You can’t perform that action at this time.
0 commit comments