|
From: Marcus B. <ma...@la...> - 2010-10-15 12:46:54
|
Hi... R. Michael Litchfield wrote: > I've tried to set up simpletest to run on my system and I am getting > E_STRICT errors on deprecated new by reference calls. > > I've updated to the latest version of simpletest which claims that they > were fixed and I am still getting the errors. Yeah, they deprecated the references faster than I did. Could you run the all_tests.php script in the test folder and send me the errors? > d57-172:unit mlitchfield$ phpunit ddsPagewebTest > Error 8192: Assigning the return value of new by reference is > deprecated in > /Sites/dds1/branches/latest/dev/test/unit/simpletest/unit_tester.php on > line 74 Not sure how phpunit got in there. A test script should just run. > > error I get when I try to load ddspagewebtest in my browser: > Unkown error (8192): Assigning the return value of new by reference is > deprecated in > /dds1/branches/latest/dev/test/unit/simpletest/unit_tester.php on line > 74 > > Fatal error: Class 'Debug' not found in > /dds1/branches/latest/dev/test/unit/simpletest/unit_tester.php on line > 74 I'll set all this up on my own machine and fix it. Which version of PHP are you using and what are your php.ini error settings? > > -Michael yours, Marcus |