LaraCrafts / laravel-geo-routes

GeoLocation restricted routes for Laravel
MIT License
111 stars 5 forks source link

Route mocking tests' fix for Laravel >= 5.1 #17

Closed yak0d3 closed 5 years ago

yak0d3 commented 5 years ago

This PR will solve the issue #9 by fixing the Route Mocking Tests for Laravel >= 5.1 Unfortunately, these tests are still being ignored for Laravel 5.0

axlon commented 5 years ago

This should increase code coverage % which of course is great, but can we split the tests into different files for different versions? The test file is kinda becoming a mess now