Closed alxlnk closed 4 months ago
Attention: Patch coverage is 50.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 64.98%. Comparing base (
76150c5
) to head (32688de
). Report is 2 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
framework/widgets/MaskedInput.php | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Would you please add a line for changelog and a test?
You could try the exception and the message, by using regex on the widget without the option alias, and wait.
$this->expectException('yii\base\InvalidConfigException');
$this->expectExceptionMessage('$this message exception')
@alxlnk thanks for your time and efforts
20211