martin-helmich/phpunit-psr7-assert

View on GitHub
src/Psr7Assertions.php

Summary

Maintainability
A
0 mins
Test Coverage
C
77%

Line exceeds 120 characters; contains 125 characters
Open

            self::hasHeader('content-type', Assert::matchesRegularExpression(',^application/x-www-form-urlencoded(;.+)?$,')),
Severity: Minor
Found in src/Psr7Assertions.php by phpcodesniffer

Line exceeds 120 characters; contains 123 characters
Open

    public static function assertMessageHasHeader(MessageInterface $message, string $headerName, $headerValue = null): void
Severity: Minor
Found in src/Psr7Assertions.php by phpcodesniffer

There are no issues that match your filters.

Category
Status