Skip to content

Commit

Permalink
Fix integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 2, 2016
1 parent 580e4a6 commit 09da3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/TestSuite/EmailAssertTraitTest.php
Expand Up @@ -57,7 +57,7 @@ public function testFunctional()
$this->assertEmailAttachmentsContains('TestUserMailer.php');
$this->assertEmailAttachmentsContains('TestMailer.php', [
'file' => dirname(dirname(__DIR__)) . DS . 'test_app' . DS . 'TestApp' . DS . 'Mailer' . DS . 'TestMailer.php',
'mimetype' => 'application/octet-stream',
'mimetype' => 'text/x-php',
]);
}
}

0 comments on commit 09da3b0

Please sign in to comment.