Okay, I know that I am noob but this thing is discouraging. I guess you have to know a little (really alot) about how to set up the test TestConfiguration.php to run the test. I gave up on that and tried to run EasySwift.php. Right out the gate I get
Parse error: parse error, unexpected T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/m/a/l/malikhaynes/html/lib/Swift.php on line 35
here is the code from email (copy and paste from example)
<?php
//Load in the files we'll need
require_once "lib/Swift.php";
require_once "lib/Swift/Connection/NativeMail.php";
$swift =& new Swift(new Swift_Connection_NativeMail("-f%s"));
//Create the message
$message =& new Swift_Message("My subject", "My body");
//Now check if Swift actually sends it
if ($swift->send($message, "foo@bar.tld", "mhaynes@aminahdesigns.com")) echo "Sent";
else echo "Failed";
?>
Warning: main(../lib/Swift/Swift.php): failed to open stream: No such file or directory in /home/content/m/a/l/malikhaynes/html/tests/smokes/components/Runner.php on line 7
Warning: main(../lib/Swift/Swift.php): failed to open stream: No such file or directory in /home/content/m/a/l/malikhaynes/html/tests/smokes/components/Runner.php on line 7
Fatal error: main(): Failed opening required '../lib/Swift/Swift.php' (include_path='.:/usr/local/lib/php') in /home/content/m/a/l/malikhaynes/html/tests/smokes/components/Runner.php on line 7