-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add regex property to one of required option. #20212
Conversation
Codecov ReportAttention: Patch coverage is
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 ☔ View full report in Codecov by Sentry. |
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