require_once(AK_LIB_DIR.DS.'AkActionMailer.php'); Ak::import(''); class TestCase extends AkUnitTest { function setup() { $this-> =& new (); $this->->delivery_method = 'test'; $this->recipient = 'root@localhost'; } function test_() { $this->->create('', $this->recipient); } } ?>