Vasily Belosloodcev
Vasily Belosloodcev
**Expected behavior** I want to see background of my tray around the icon. **Screenshots**  **Desktop:** - OS: Linux - Distribution: Debian 11 - Window System in case of Linux:...
module/ExAssetic/config/rbac.config.php
Need to make different tests for each module.
### Bug Report Version: 2.14.1 #### Summary For example, we have the follows code: ```php $builder = new \Laminas\Mail\Message(); $builder->setEncoding('UTF-8'); $builder->setFrom(['[email protected]' => 'Sender Name']); $builder->setTo(['[email protected]' => 'Recipient Name']); ``` `From`...