• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

RonasIT / laravel-helpers / 12287694555

12 Dec 2024 12:52AM UTC coverage: 78.345% (+0.1%) from 78.227%
12287694555

Pull #156

github

web-flow
Merge 10b0e222b into 39cfb5d08
Pull Request #156: #117: Implement TableTestState class

55 of 55 new or added lines in 2 files covered. (100.0%)

2 existing lines in 1 file now uncovered.

1013 of 1293 relevant lines covered (78.34%)

11.78 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Middleware/RemovePathParamMiddleware.php
1
<?php
2

3
namespace RonasIT\Support\Middleware;
4

5
use Closure;
6
use Illuminate\Http\Request;
7

8
class RemovePathParamMiddleware
9
{
10
    public function handle(Request $request, Closure $next, $paramName = 'version')
11
    {
12
        $request->route()->forgetParameter($paramName);
×
13

14
        return $next($request);
×
15
    }
16
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc