Title says it all. Visibility keywords are missing and our coding standard requires them.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2261465-4.patch | 649 bytes | rpayanm |
| #2 | 2261465-2.patch | 1009 bytes | rpayanm |
| missing_KernelTest_visibility.patch | 1003 bytes | neclimdul |
Title says it all. Visibility keywords are missing and our coding standard requires them.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2261465-4.patch | 649 bytes | rpayanm |
| #2 | 2261465-2.patch | 1009 bytes | rpayanm |
| missing_KernelTest_visibility.patch | 1003 bytes | neclimdul |
Comments
Comment #1
znerol commentedMeanwhile
setUp()has becomeprotectedin HEAD (#2322889: Various setUp() and tearDown() methods are not protected). Needs reroll.Comment #2
rpayanmComment #3
znerol commentedThanks.
It is okay for the
setUp()function to be protected here because this is not a PHPUnit test. No need to change that.Comment #4
rpayanmthank you :)
fixed.
Comment #5
znerol commentedPerfect, thanks.
Comment #6
alexpottCommitted d07587e and pushed to 8.0.x. Thanks!