* Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice * * @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests * @package cake.tests.cases.libs * @since CakePHP(tm) v 2.0.0 * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ App::import('Core', 'CakeEmail'); /** * CakeEmailTest class * * @package cake.tests.cases.libs */ class CakeEmailTest extends CakeTestCase { /** * testHeaders method * * @return void */ public function testHeaders() { } /** * testSend method * * @return void */ public function testSend() { } /** * testReset method * * @return void */ public function testReset() { } }