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

RonasIT / laravel-swagger / 6676594746

28 Oct 2023 11:24AM UTC coverage: 98.376% (+0.004%) from 98.372%
6676594746

Pull #110

github

web-flow
Merge 80b9853e2 into 1ce8737f1
Pull Request #110: Dpankratov/disable main doc validation in constructor

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

727 of 739 relevant lines covered (98.38%)

17.12 hits per line

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

100.0
/src/Exceptions/DocFileNotExistsException.php
1
<?php
2

3
namespace RonasIT\Support\AutoDoc\Exceptions;
4

5
use Exception;
6

7
class DocFileNotExistsException extends Exception
8
{
9
    public function __construct(string $filename)
10
    {
11
        parent::__construct("Doc file '{$filename}' doesn't exist.");
1✔
12
    }
13
}
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