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

systemsdk / docker-symfony-api / #74

pending completion
#74

push

DKravtsov
Php 8.2, symfony 6.2, updated RabbitMQ, updated composer dependencies, refactoring.

51 of 51 new or added lines in 44 files covered. (100.0%)

1479 of 2668 relevant lines covered (55.43%)

23.59 hits per line

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

0.0
/src/General/Infrastructure/Message/TestMessage.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace App\General\Infrastructure\Message;
6

7
use App\General\Infrastructure\Message\Interfaces\MessageHighInterface;
8

9
/**
10
 * Class TestMessage
11
 * TODO: This is message example, you can delete it.
12
 *
13
 * @package App\General
14
 */
15
class TestMessage implements MessageHighInterface
16
{
17
    public function __construct(
18
        private readonly string $someId,
19
    ) {
20
    }
×
21

22
    public function getSomeId(): string
23
    {
24
        return $this->someId;
×
25
    }
26
}
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