christophrumpel / missing-livewire-assertions

Adding the missing Livewire assertions to your Laravel project
MIT License
136 stars 25 forks source link

Parses properties and methods enclosed in single quotes and double quotes #11

Closed titantwentyone closed 2 years ago

titantwentyone commented 3 years ago

Fixes #10 - detection of properties and methods wraped in both single and double quotes for assertions assertMethodWired, assertPropertyWired and assertMethodWiredToForm. Will not match mismatched quote usage e.g. wire:model='attribute"

christophrumpel commented 2 years ago

Hey @titantwentyone, sorry I somehow missed that PR 🙈

Thanks a lot, looks all good to me. 👍