yii2 icon indicating copy to clipboard operation
yii2 copied to clipboard

Add regex property to one of required option.

Open alxlnk opened this issue 1 year ago • 2 comments
trafficstars

#20211

alxlnk avatar Jun 24 '24 14:06 alxlnk

Codecov Report

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:
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #20212   +/-   ##
=========================================
  Coverage     64.98%   64.98%           
- Complexity    11390    11391    +1     
=========================================
  Files           430      430           
  Lines         36919    36919           
=========================================
  Hits          23993    23993           
  Misses        12926    12926           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jun 24 '24 14:06 codecov[bot]

Would you please add a line for changelog and a test?

samdark avatar Jun 30 '24 18:06 samdark

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')

terabytesoftw avatar Jul 04 '24 10:07 terabytesoftw

@alxlnk thanks for your time and efforts

mtangoo avatar Jul 04 '24 15:07 mtangoo