phpcr / phpcr-utils

A set of helper classes and command line commands you want to use with phpcr, but that are not part of the API itself
phpcr.github.io
Other
72 stars 30 forks source link

Fixed touch command #75

Closed dantleech closed 11 years ago

dantleech commented 11 years ago

Options were being passed with wrong keys.. hmm.

dbu commented 11 years ago

thanks, merged this. if you want to fix visibility of the properties to protected, please just do against master directly (or do you not have commit rights?)

dantleech commented 11 years ago

I changed the visibility because we might want to access these properties from a closure - and I normally do not declare properties in tests, so they default to being public. So there is maybe a small "real" reason and another personal coding style creep :)

dbu commented 11 years ago

fine for me, i don't mind for the tests.