Yeah got it, moved a copy there myself and also worked fine - so SimpleTest appears to be working fine with that example (thank you).
Your next comment re
all_tests.php. This is where my problems start! Running all_tests.php with error display on still results in a blanc screen. Running the individual tests (to try and break problem down) results in a mixed bag of results!
acceptance_test.php
- stalls, with my server timing out
adapter_test.php
- works
authentication_test.php
- returns an error message of
Fatal error: Call to undefined method ReflectionClass::hasMethod() in /pathToMyRoot/simpletest/reflection_php5.php on line 223
- BUT simpleTest now works returning a message of
Fail: -> Bad TestSuite [authentication_test.php] with error [No runnable test cases in [authentication_test.php]]
Just to clarify;
- I downloaded SimpleTest 1.0.1 beta 2
- uploaded the extracted directory into the root of my web server
- I'm running Fedora Core 4 / Apache 2.0.54