Wilmer Arambula
Wilmer Arambula
You could try the exception and the message, by using regex on the widget without the option alias, and wait. ```php $this->expectException('yii\base\InvalidConfigException'); $this->expectExceptionMessage('$this message exception') ```
- https://github.com/yiisoft/yii2/pull/20206 I think it should be added.
I also think that testing needs to be improved.
> @lav45 This is a new test, which is not even released and changes behavior that existed in framework since the beginning (and probably breaks BC in some cases) -...
All changes were reverted: - https://github.com/yiisoft/yii2/pull/20226 Thks.
@rob006 Fixed, thks.
If it is a valid case, if the implementation is not BC, there would be no problem.
The `JSON` column behavior in `MariaDB` was wrong, it was corrected and now it works the same as `MySQL`, you can check it in the tests, can you explain to...
> I don't thing we should revert the change - it is definitely a step in the right direction, however, it does break existing code. Maybe all it needs is...
@xemlock Thanks for the tool, there is a possibility of a tag with the PHP `8.4` fixes, thks.