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

umbrellio / php-table-sync / 13637668043

03 Mar 2025 06:20PM CUT coverage: 42.714%. Remained the same
13637668043

push

github

web-flow
bump laravel|phpunit|laravel-heavy-jobs version to latest (#24)

support laravel 11 and 12

299 of 700 relevant lines covered (42.71%)

23.77 hits per line

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

0.0
/src/Integration/Laravel/Console/ProcessManagerCommand.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Umbrellio\TableSync\Integration\Laravel\Console;
6

7
use Illuminate\Console\Command;
8

9
abstract class ProcessManagerCommand extends Command
10
{
11
    public function __construct(
12
        protected PidManager $pidManager
13
    ) {
14
        parent::__construct();
×
15
    }
16
}
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