roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.57k stars 1.6k forks source link

Use composer autoloader for bundled plugins testing #9412

Closed mvorisek closed 1 month ago

mvorisek commented 1 month ago

extracted from #9241

Utilize #9407 for testing, tests cannot be run without composer, there is no need to load the plugins manually in tests.

Fully BC and no functional change for regular Roundcube root/plugins autoloading.