Better Shorter
This commit is contained in:
parent
fb74b42206
commit
0d506a7f00
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue