Hi one and all, Just finished rewriting Syslog appender. While writing tests, I used reflections to make private methods an properties public. This makes testing much easier and more efficient.
However, some of the reflection methods used require PHP 5.3 2 or later. For example, a vital one is: http://www.php.net/manual/en/reflectionmethod.setaccessible.php I have configured the syslog tests to be skipped if the required methods are not present so people with older versions of PHP can still run tests, but not the whole set. Can we live with PHP 5.3.2+ being a requirement for running the whole set of unit tests? Regards, Ivan
