This repository was archived by the owner on Aug 21, 2026. It is now read-only.
add test #878
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
continuous-integration.yml
on: push
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
Matrix: Install Project / Install Node dependencies
Matrix: Install Project / Install PHP dependencies
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
Matrix: UnitTests / Code Coverage with PHPUnit
Matrix: UnitTests / UnitTests with PHPUnit
Matrix: UnitTests / UnitTests with stryker
Matrix: UnitTests / UnitTests with vitest
Unit & Integration Tests Status
3s
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) {
|