File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -455,4 +455,4 @@ Allows you to pass a string to use a wire:model.live.debounce.Xms approach
455455 'maxlength' => '25',
456456 ])
457457 ->setWireDebounce(50)
458- ```
458+ ```
Original file line number Diff line number Diff line change @@ -164,24 +164,6 @@ public function test_can_set_text_filter_wireable_live(): void
164164
165165 $ this ->assertSame ('live.debounce.500ms ' , self ::$ filterInstance ->getWireableMethod ());
166166 $ this ->assertSame ('wire:model.live.debounce.500ms=filterComponents.active ' , self ::$ filterInstance ->getWireMethod ('filterComponents. ' .self ::$ filterInstance ->getKey ()));
167- }
168167
169- public function test_check_if_has_locale (): void
170- {
171- $ this ->assertFalse (self ::$ filterInstance ->hasPillsLocale ());
172- self ::$ filterInstance ->setPillsLocale ('fr ' );
173- $ this ->assertTrue (self ::$ filterInstance ->hasPillsLocale ());
174- }
175-
176- public function test_check_if_can_get_locale (): void
177- {
178- $ this ->assertFalse (self ::$ filterInstance ->hasPillsLocale ());
179- $ this ->assertSame ('en ' , self ::$ filterInstance ->getPillsLocale ());
180- self ::$ filterInstance ->setPillsLocale ('fr ' );
181- $ this ->assertTrue (self ::$ filterInstance ->hasPillsLocale ());
182- $ this ->assertSame ('fr ' , self ::$ filterInstance ->getPillsLocale ());
183- self ::$ filterInstance ->setPillsLocale ('de ' );
184- $ this ->assertSame ('de ' , self ::$ filterInstance ->getPillsLocale ());
185- $ this ->assertTrue (self ::$ filterInstance ->hasPillsLocale ());
186168 }
187169}
You can’t perform that action at this time.
0 commit comments