nunomaduro / laravel-mojito

🍹 A lightweight package for testing Laravel views in isolation
http://nunomaduro.com/
MIT License
373 stars 16 forks source link

No check boolean attributes as multiple, required or selected #7

Closed pintomena closed 4 years ago

pintomena commented 4 years ago

Hello

Maybe extending hasAtribute?

->in('input')
->hasAttribute('required', true);

Thanks

pintomena commented 4 years ago

sorry ... it really work

->hasAtribute('required','required');
pintomena commented 4 years ago

It's ok