Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.

add test

add test #878

Status Failure
Total duration 3m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: Validate Project / Check composer dependencies with composer-dependency-analyser
Matrix: Validate Project / Check composer with composer-normalize
Matrix: Validate Project / Check with editorconfig-checker
Matrix: Validate Project / Lint PHP
Matrix: Validate Project / Validate markdown files
Matrix: Validate Project / Linting with overtrue/phplint
Matrix: Validate Project / Validate composer
Matrix: Validate Project / Validate yaml
Validate Project  /  Lint & Validate Status
3s
Validate Project / Lint & Validate Status
Matrix: Install Project / Install Node dependencies
Matrix: Install Project / Install PHP dependencies
Install Project  /  Install Status
4s
Install Project / Install Status
Matrix: Project Analysis / Run eslint
Matrix: Project Analysis / Run oxlint
Matrix: Project Analysis / Check Coding Standards with PHP-CS-Fixer
Matrix: Project Analysis / Check Coding Standards with PHPCS
Matrix: Project Analysis / Run prettier
Matrix: Project Analysis / Checks with Rector
Matrix: Project Analysis / Static Code Analysis with PHPStan
Matrix: Project Analysis / Run stylelint
Project Analysis  /  Status Analytics
2s
Project Analysis / Status Analytics
Matrix: UnitTests / Code Coverage with PHPUnit
Matrix: UnitTests / UnitTests with PHPUnit
Matrix: UnitTests / UnitTests with stryker
Matrix: UnitTests / UnitTests with vitest
UnitTests  /  finish-code-coverage
0s
UnitTests / finish-code-coverage
UnitTests  /  Unit & Integration Tests Status
3s
UnitTests / Unit & Integration Tests Status
Unit & Integration Tests Status
3s
Unit & Integration Tests Status
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest)
Process completed with exit code 1.
UnitTests / Unit & Integration Tests Status
Process completed with exit code 1.
Unit & Integration Tests Status
Process completed with exit code 1.
UnitTests / Code Coverage with PHPUnit (ubuntu-latest, 8.3, lowest): src/View/Helper/ViteUrl.php#L99
Escaped Mutant for Mutator "ReturnRemoval": @@ @@ private function hotServer(): string|null { if (!is_file($this->publicDir . '/hot')) { - return null; + } $content = @file_get_contents($this->publicDir . '/hot'); if (!$content) {