Problem/Motivation
Speed up testbot and simplify tests by using the testing profile instead of the standard profile.
Steps to reproduce
Proposed resolution
Convert Drupal\Tests\content_translation\Functional\ContentTranslationMetadataFieldsTest to use the testing profile, not the standard profile.
Remaining tasks
Update patch
Review
Commit
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
| Comment | File | Size | Author |
|---|
Issue fork drupal-3308928
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
smustgrave commentedAdding olivero_test to install the article content type by default.
Comment #3
longwaveWhy do we need olivero_test? Can we just create the article content type?
Comment #4
smustgrave commentedPostponing until https://www.drupal.org/project/drupal/issues/2254189 is in. I'm adding a test module to add an article, fields, etc.
Comment #6
smustgrave commentedLearned more since last year so will pick this back up.
Comment #8
smustgrave commentedWas easier then I thought.
Comment #9
smustgrave commentedComment #10
borisson_I have questions about issue scoping, this is a super simple and small change, but similar issues have been committed already, setting this to rtbc based on those
Comment #12
catchYes it's tempting to ask for a wider scope, but I think we did all the 1-1 (at the time) changes in one go originally and are left with tests that need small modifications in order to use testing profile, so it is probably fine.
Committed/pushed to 11.x and cherry-picked to 10.2.x, thanks!