| Comment | File | Size | Author |
|---|---|---|---|
| #13 | interdiff-13.txt | 3.74 KB | amateescu |
| #13 | 3034757-13.patch | 5.92 KB | amateescu |
| #11 | 3034757-11.patch | 2.18 KB | shubham.prakash |
| #9 | 3034757-9.patch | 2.18 KB | shubham.prakash |
| #7 | deprecated_assertequal_removed-3034757-7.patch | 2.26 KB | sahana _n |
Comments
Comment #2
shruthi_shetty commentedRemoved calls to deprecated method assertEqual() and replaced it with assertEquals().
Comment #3
idebr commentedThe arguments for
$actual, $expectedare inverted between::assertEqual()and::assertEqual(), so the test assertions should be swapped as well.Comment #4
sahana _n commentedremoved deprecated method please review
Comment #5
sahana _n commentedComment #7
sahana _n commentedremoved deprecated method please review
Comment #9
shubham.prakash commentedHope this patch fixes the issue.
Comment #10
berdirthe arguments here need to be inverted too.
Comment #11
shubham.prakash commentedThis patch should fix the issue.
Comment #12
ravi.shankar commentedComment #13
amateescu commentedThe patch is missing the most important part mentioned in the issue title: the conversion of
assertEqual()toassertEquals()or equivalent methods.Comment #14
berdirThanks, fixed some spacing and case problems on commit.