• 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/Button/Submit.php
1
<?php
2

3
namespace Okipa\LaravelFormComponents\Components\Button;
4

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

7
class Submit extends AbstractComponent
8
{
9
    protected function setViewPath(): string
10
    {
11
        return 'button.submit';
12✔
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

© 2026 Coveralls, Inc