Releases: mohammedmanssour/form-request-tester
Releases · mohammedmanssour/form-request-tester
1.2.2
What's Changed
- Fix blog post url by @jomisacu in #24
- use Arr::has instead of isset because isset doesn't work with null va… by @mohammedmanssour in #26
New Contributors
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- use Arr::has instead of isset because isset doesn't work with null va… by @mohammedmanssour in #23
Full Changelog: 1.2.0...1.2.1
1.2.0
Make sure to build form request before retrieving it.
Model Binding, Data validation and addRouteParameter
Merge pull request #12 from mohammedmanssour/issue-11 resolve router parameters without having to register a router
1.0.0
- Introduce a new Intuitive methods to make building FormRequest easier than before
- move the building blocks plus the assertion functions to a separate class in order to make the Laravel TestCase scope cleaner