penske-media-corp / pmc-unit-test

PMC WordPress unit test framework
GNU General Public License v2.0
7 stars 1 forks source link

Adding method to return private class constant. #28

Open berkod opened 3 months ago

berkod commented 3 months ago

Adding a get_hidden_constant utility method since current get_hidden_static_property type functions don't work on constants.

Updated phpcs complaints in affected files.