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

RonasIT / laravel-swagger / 4337150374

pending completion
4337150374

Pull #79

github

GitHub
Merge aa219043f into 7187aa030
Pull Request #79: #78: Added new PhpUnit extension and event subscriber to support PhpUnit v10 and deleted redundant PushDocumentation artisan command

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

446 of 476 relevant lines covered (93.7%)

10.37 hits per line

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

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

3
namespace RonasIT\Support\AutoDoc\Exceptions;
4

5
use Exception;
6

7
class MissedProductionFilePathException extends Exception
8
{
9
    public function __construct($message = null, $code = 0, Exception $previous = null)
10
    {
11
        $message = $message ?? 'Production file path missed in config';
1✔
12

13
        parent::__construct($message, $code, $previous);
1✔
14
    }
15
}
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