• 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/Facades/BaseJobDispatcher.php
1
<?php
2

3
namespace Tochka\Promises\Facades;
4

5
use Illuminate\Support\Facades\Facade;
6
use Tochka\Promises\Contracts\DispatcherContract;
7
use Tochka\Promises\Contracts\MayPromised;
8
use Tochka\Promises\Core\Support\BaseJobDispatcherInterface;
9

10
/**
11
 * @api
12
 * @method static void addDispatcher(DispatcherContract $dispatcher)
13
 * @method static void dispatch(MayPromised $job)
14
 * @see BaseJobDispatcherInterface
15
 *
16
 * @deprecated Inject contract
17
 */
18
class BaseJobDispatcher extends Facade
19
{
20
    protected static function getFacadeAccessor(): string
21
    {
UNCOV
22
        return BaseJobDispatcherInterface::class;
×
23
    }
24
}
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