Changes between Initial Version and Version 1 of Ticket #54177, comment 2
- Timestamp:
- 09/24/2021 10:05:44 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54177, comment 2
initial v1 1 ~~This ticket proposes to add public visibility to all test classes except those that begin with an underscore, suggesting private/protected visibility. This ticket proposes that these methods are given private visibility.~~2 3 As `private` causes failures, this ticket instead proposes to add public visibility to all test classes including those that begin with an underscore. All tests pass.4 5 6 ----7 8 9 1 There were new tests committed upstream that didn't identify their visibility just prior to me creating the initial PR. 10 2