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

RonasIT / laravel-entity-generator / 12904129135

22 Jan 2025 08:27AM UTC coverage: 80.326% (+3.2%) from 77.174%
12904129135

Pull #77

github

web-flow
Merge 20d923d1c into 926bbfb73
Pull Request #77: Add service generator tests

3 of 3 new or added lines in 1 file covered. (100.0%)

739 of 920 relevant lines covered (80.33%)

2.93 hits per line

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

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

3
namespace RonasIT\Support\Exceptions;
4

5
use Exception;
6

7
class UnknownFieldTypeException extends Exception
8
{
9
    public function __construct(
10
        protected string $typeName,
11
        protected string $generatorName,
12
    ) {
13
        parent::__construct("Unknown field type {$this->typeName} in {$this->generatorName}.");
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

© 2026 Coveralls, Inc