Closed patrykwozinski closed 6 years ago
Totals | |
---|---|
Change from base Build 100: | 0.4% |
Covered Lines: | 446 |
Relevant Lines: | 467 |
Needs rebase but LGTM
Rebased and ready to merge. :) Thank you guys.
I fixed the pagination issue in #52. Seems you'll need to rebase and resolve an small conflict. All good a part of that.
Thanks a lot for your contributions @patrykwozinski and @Lutacon, much appreciated.
I added the fix in #59 so I'll close this one. @patrykwozinski thanks a lot for your contribution ;)
Added query parameter for GetEvents action to fetch only one record. It coverage additional method in tests and shoved me an exception in building
GetEventsQuery
. The problem occurred when$request->get('limit', 1)
gives me string not default integer value. :)