Skip to content

Commit

Permalink
update test for FileLog config
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jun 21, 2013
1 parent b6a2c2a commit 24506dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Test/Case/Network/Email/CakeEmailTest.php
Expand Up @@ -999,7 +999,7 @@ public function testSendWithNoContentDispositionAttachments() {
*/
public function testSendWithLog() {
CakeLog::config('email', array(
'engine' => 'FileLog',
'engine' => 'File',
'path' => TMP
));
CakeLog::drop('default');
Expand All @@ -1026,7 +1026,7 @@ public function testSendWithLog() {
*/
public function testSendWithLogAndScope() {
CakeLog::config('email', array(
'engine' => 'FileLog',
'engine' => 'File',
'path' => TMP,
'types' => array('cake_test_emails'),
'scopes' => array('email')
Expand Down

0 comments on commit 24506dc

Please sign in to comment.