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

Okipa / laravel-form-components / #577

pending completion
#577

push

php-coveralls

web-flow
Php 8.2 support (#24)

* Added PHP 8.2 support
* Dropped PHP 8.0 support

194 of 196 relevant lines covered (98.98%)

385.83 hits per line

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

100.0
/src/Components/Partials/ErrorMessage.php
1
<?php
2

3
namespace Okipa\LaravelFormComponents\Components\Partials;
4

5
use Okipa\LaravelFormComponents\Components\Abstracts\AbstractComponent;
6

7
class ErrorMessage extends AbstractComponent
8
{
9
    public function __construct(public string|null $message)
10
    {
11
        parent::__construct();
806✔
12
    }
13

14
    protected function setViewPath(): string
15
    {
16
        return 'partials.error-message';
806✔
17
    }
18
}
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