Some of the issues got remained which were:
FILE: /var/www/html/tolearn/modules/git/tour_ui/src/Tests/TourUITest.php
----------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------------------------
23 | ERROR | [ ] Missing @var tag in member variable comment
68 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
----------------------------------------------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | 10-12_interdiff.txt | 849 bytes | dhirendra.mishra |
| #12 | 3008276-coding-standard-12.patch | 1.05 KB | dhirendra.mishra |
| #10 | 7-10_interdiff.txt | 697 bytes | dhirendra.mishra |
| #10 | 3008276-coding-standard-10.patch | 939 bytes | dhirendra.mishra |
| #8 | 2-7_interdiff.txt | 829 bytes | dhirendra.mishra |
Comments
Comment #2
deepanker_bhalla commentedFixed the remaining issues.
Comment #3
clemens.tolboomThis is wrong. It should have something like found below [edit] which I search core for the getInfo function. [/edit]
Please change that then to
Results in "
to make it a sentence.
Comment #4
deepanker_bhalla commentedHi clemens.tolboom,
I am unable to understand your comment, could you please elaborate more so that i can look after it.
Comment #5
clemens.tolboomDocumentation for getInfo has no @var as I tried to express in my previous comment.
Adding a dot to end a sentence which seems like code is not a great idea.
So we have to make it into a sentence. Maybe something like:
Running jQuery....
results in > <div class ....
Comment #6
dhirendra.mishra commentedLet me work on this.
Comment #7
clemens.tolboom@dhirendra.mishra maybe you can help with #3009733: Fix the tests
Comment #8
dhirendra.mishra commentedHere is the Updated Patch and interdiff file.
Comment #9
clemens.tolboomPlease add "Running jQuery ... "
and lower case 'Results
Comment #10
dhirendra.mishra commentedHere is the Updated Patch.
Comment #11
clemens.tolboomI meant
"// Running jQuery('table > tbody > tr.tour-test > td:nth(2)').html()
"// results in ">
tour_test.3
".
or maybe
"// This "jQuery('table > tbody > tr.tour-test > td:nth(2)').html()" results
"// in ">
tour_test.3
".
Not sure what the best wording is.
Anyways it is comment to explain the XPath after it which I hope to get rid of in a later issue.
Comment #12
dhirendra.mishra commentedHope this time it helps.
Comment #14
clemens.tolboomTNX!