Page 1 of 1

Testing Errors

Posted: Sun Jun 22, 2008 10:17 pm
by lenwood
Hi All,
I'm trying to get SwiftMailer set up for a friend of mine so that an online form will send him the contents in email. I'm not much of a coder.
  • using ver 3.3.3
  • PHP4
  • SMTP
  • unit testing (unmodified)
I successfully ran the smoke tests, and there were no errors. When I run the unit test, the left column states SimpleTest not found, though I've entered the absolute URI string within TestConfiguration.php. On the right site, the only thing that displays is the error message
Fatal error: Class abstracttestwithsend: Cannot inherit from undefined class unittestcase in /relative/path/swmail/tests/units/support-files/AbstractTestWithSend.php on line 19
I'm not sure its necessary to go this far in testing, but the form mail isn't working either so I want to be sure that the server works properly.