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

DoclerLabs / api-client-generator / 21433352645

28 Jan 2026 09:50AM UTC coverage: 86.69% (-0.3%) from 86.973%
21433352645

push

github

web-flow
Merge pull request #131 from DoclerLabs/dependabot/composer/phpunit/phpunit-9.6.33

Bump phpunit/phpunit from 9.5.9 to 9.6.33

3465 of 3997 relevant lines covered (86.69%)

7.11 hits per line

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

0.0
/src/Generator/Implementation/HttpMessage/NyholmHttpMessage.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace DoclerLabs\ApiClientGenerator\Generator\Implementation\HttpMessage;
6

7
use DoclerLabs\ApiClientGenerator\Generator\Implementation\HttpMessageImplementationInterface;
8
use DoclerLabs\ApiClientGenerator\Generator\Implementation\HttpMessageImplementationStrategy;
9
use Nyholm\Psr7\Request;
10

11
class NyholmHttpMessage extends HttpMessageAbstract implements HttpMessageImplementationInterface
12
{
13
    public function getRequestMapperClassName(): string
14
    {
15
        return ucfirst(HttpMessageImplementationStrategy::HTTP_MESSAGE_NYHOLM) . 'RequestMapper';
×
16
    }
17

18
    public function getPackages(): array
19
    {
20
        return [
×
21
            'nyholm/psr7' => '^1.3',
×
22
        ];
×
23
    }
24

25
    public function getInitMessageImports(): array
26
    {
27
        return [
×
28
            Request::class,
×
29
        ];
×
30
    }
31
}
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