|
From: Marcus B. <ma...@la...> - 2004-03-31 19:06:26
|
Jason Sweat wrote: > require_once(LIB_SIMPLETEST . 'web_tester.php'); > require_once(LIB_SIMPLETEST . 'reporter.php'); Can you change this to just SIMPLE_TEST as this is the constant it uses internally to find it's files. > > Fatal error: Call to undefined function: getcontent() in > /home/sweatje/public_html/simpletest/web_tester.php on line 45 With the change of constant I get (in a browser)... testalcoadirect Fail: testhomepage->True assertion got False simplebrowser 1/1 test cases complete: 0 passes, 1 fails and 0 exceptions. > > Something easy I am missing?? I could fetch the site with other tools to get > the source code, but I thought I would just try to do it all inside of php. It should work - must be the constant. yours, Marcus -- Marcus Baker, ma...@la..., no...@ap... |