Skip to content

Releases: mohammedmanssour/form-request-tester

1.2.2

05 Jan 07:57
aee6f95
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1

19 Sep 18:06
28944ad
Compare
Choose a tag to compare

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

28 Aug 18:54
Compare
Choose a tag to compare

Make sure to build form request before retrieving it.

Model Binding, Data validation and addRouteParameter

25 Oct 08:59
a8b0e93
Compare
Choose a tag to compare
Merge pull request #12 from mohammedmanssour/issue-11

resolve router parameters without having to register a router

1.0.0

30 May 20:57
Compare
Choose a tag to compare
  • 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