Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Mar 2014 at 08:09 UTC
Updated:
29 Jul 2014 at 23:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehner::
Comment #2
dawehnerups.
Comment #3
dawehnerComment #4
saltednutComment #5
saltednutI don't see any errors running PHPunit from the UI. I also don't see anything about including
()in the docs at http://phpunit.de/manual/3.7/en/code-coverage-analysis.htmlThat said, here's a patch that does what the issue summary asks for.
Comment #6
saltednutPerhaps this should actually be:
@covers ::renderTree?Comment #7
berdir(Written in Budapest, submitted in Zurich, so a bit crossposted with @brantwynn, yes renderTree I think)
The UI/simpletest integration is broken anyway, but to see the errors, you need to run the tests with xdebug enabled and --coverage-html ./reports or something like that.
Agreed, () isn't the problem here, the problem is that the method has been renamed, I think it's renderTree now?
That means you should change @covers to that and also rename the test methods, because refer the same non-existing "output" thing.
Comment #8
saltednutOkay, lets try this.
Comment #9
dawehnerooh, embarrassing moment nr2
Comment #10
webchickCommitted and pushed to 8.x. Thanks!