Better Shorter

This commit is contained in:
SirLouen 2025-08-11 23:22:53 +02:00
parent fb74b42206
commit 0d506a7f00
1 changed files with 2 additions and 2 deletions

View File

@ -91,13 +91,13 @@ final class TranslationCompletenessTest extends TestCase
}
}
// Make this test informational only: skip with details instead of failing.
// Make this test informational only.
if ($err !== '') {
$this->markTestSkipped("Translation completeness (informational):\n" . $err);
return;
}
// No differences found: count a dummy assertion so the test is not marked as risky.
// Avoid marking test as risky.
$this->addToAssertionCount(1);
}
}