Created
November 7, 2014 11:32
-
-
Save taleeb35/4c8bf193891a80464519 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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