Closed (fixed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Anonymous (not verified)
Created:
21 Feb 2018 at 12:37 UTC
Updated:
10 Nov 2018 at 20:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedvaplas created an issue. See original summary.
Comment #2
Anonymous (not verified) commentedComment #3
borisson_Unneeded blank line added.
Comment #4
Anonymous (not verified) commented@borisson_, thanks for review! Done.
Comment #5
lendudeSeems to overlap with #2948073: ContentTranslationUITestBase stragglers and #2864035: Convert web tests to browser tests for rdf module
Comment #6
Anonymous (not verified) commented#5: fair points, added info about them to the IS.
Comment #7
dawehnerThank you for splitting out the unnecessary changes
Ideally we wouldn't touch this line. This is nothing here we need to worry about.
Comment #8
Anonymous (not verified) commented@dawehner, thanks for review! You are right, after splitting this issue lost some of the tests, which extends
FileFieldTestBase.NodeTranslationUITestis really unnecessary change (it was due to #2948700: Casting $text value to string in responseContains/responseNotContains methods).Only one test remains
ContentTranslationLanguageChangeTest. Perhaps, it can also be moved to #2948073: ContentTranslationUITestBase stragglers.Comment #9
alexpottCommitted and pushed a485956282 to 8.6.x and e644f945a2 to 8.5.x. Thanks!
As a test-only fix backported to 8.5.x