Skip to content

Update tests and GH workflow #119

Update tests and GH workflow

Update tests and GH workflow #119

Triggered via pull request April 7, 2024 09:09
Status Failure
Total duration 34s
Artifacts

tests.yml

on: pull_request
Matrix: Infection
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
PHP 8.3
Process completed with exit code 1.
PHP 8.3: src/JwtHttpBearerAuth.php#L72
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ */ public function init(): void { - parent::init(); + if (empty($this->pattern)) { throw new InvalidConfigException('You must provide pattern to use to extract the HTTP authentication value!'); }