Description of the need
Currently most tests are using the Standard profile. This causes lots of unnecessary overhead on each test because most tests only need a few modules installed.
Proposed solution
Change the default profile to one that has fewer tables to copy when setting up a new test prefix.
Additional information
This will probably break tests in contrib. This should be easy to mitigate by setting protected $profile = 'standard';
if you depend on something from the standard profile, but it will require changes from module maintainers.
Recent comments
Both issues solved! Thank you.
View/Edit tabs missing
Hello, Backdrop CMS has options for multilingual sites, but they are limited and do not cover all needs. A complete solution for a multilingual site requires the installation of i18. I...
How to translate my site content
Hi Steve, you can add a site-wide language switcher for visitors as a block to your layout(s). To do so, go to your layout, click "Add block", e.g. in the Header region, search for "language",...
How to translate my site content