Skip to content

Instantly share code, notes, and snippets.

@taleeb35
Created November 7, 2014 11:32
Show Gist options
  • Save taleeb35/4c8bf193891a80464519 to your computer and use it in GitHub Desktop.
Save taleeb35/4c8bf193891a80464519 to your computer and use it in GitHub Desktop.
<?php
App::uses('AppController', 'Controller');
App::uses('CakeEmail', 'Network/Email');
class EmailShellTestCase extends CakeTestCase {
public $uses = array('User', 'Issue', 'Control');
public function testmail() {
$users = $this->test('/email/mail');
debug($users);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment