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

tochka-developers / queue-promises / 9935584685

15 Jul 2024 07:44AM UTC coverage: 47.259% (-18.3%) from 65.524%
9935584685

push

github

darkdarin
fix: tests

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

431 existing lines in 40 files now uncovered.

612 of 1295 relevant lines covered (47.26%)

2.53 hits per line

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

0.0
/src/Commands/PromiseClean.php
1
<?php
2

3
namespace Tochka\Promises\Commands;
4

5
use Illuminate\Console\Command;
6
use Tochka\Promises\Core\GarbageCollectorInterface;
7

8
/**
9
 * @psalm-suppress PropertyNotSetInConstructor
10
 */
11
class PromiseClean extends Command
12
{
13
    use DaemonCommandSignals;
14

15
    protected $signature = 'promise:clean';
16
    protected $description = 'Собрать мусор и удалить';
17

18
    /**
19
     * @psalm-suppress PossiblyUnusedMethod
20
     */
21
    public function handle(GarbageCollectorInterface $garbageCollector): void
22
    {
UNCOV
23
        $this->subscribeSignals();
×
24

UNCOV
25
        $garbageCollector->clean($this->shouldQuit(...), $this->paused(...));
×
26
    }
27
}
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