Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
phpunit
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Oct 2013 at 22:16 UTC
Updated:
29 Jul 2014 at 23:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ParisLiakos commentedthis is the last test after the json one, for our phpunit test suite to be green under php 5.5
Comment #2
ParisLiakos commentednvm..this is a phpunit thing..seems the debian package is quite outdated
this was fixed...2 years ago upstream!
if you run tests using the vendor binary it still works..
i still think we should fix the test to work with the debian binary version, the fix is pretty simple i think
Comment #3
ParisLiakos commentedhere is whats missing from debian's version of phpunit, that causes this test to fail:
https://github.com/sebastianbergmann/phpunit/commit/f48cb8ba2903b2da3a63...
and here is a patch that adds some contents in the div, rather than being empty
Comment #4
ParisLiakos commentedComment #5
dawehnerEven if it is not stricly needed I consider this as improvement!
Comment #6
mile23I hate to tell someone to change a test fundamentally, but that's really screaming out for a @dataprovider.
Comment #7
webchickSorry, but I do not parse that comment. :) Is this ok as an interim fix, or does #6 need to be addressed?
Comment #8
ParisLiakos commented#6 is out of scope
Comment #9
alexpottCommitted ae84e25 and pushed to 8.x. Thanks!
Comment #10
alexpottShould have said - yep I agree that #6 is out of scope