Behat / WebApiExtension

Behat extension to test web APIs
http://extensions.behat.org
MIT License
111 stars 114 forks source link

Changed accessibility of properties to protected #69

Closed Gerschtli closed 5 years ago

Gerschtli commented 7 years ago

PR #40 rebased since #35 .

stof commented 7 years ago

I'm quite -1 on this. Protected visibility makes the maintenance much harder (and btw, we already have some properties where we change the type stored in them, which is not fine for an API accessible to users)