Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from Maks3w/mime-renamed-interfaces
Browse files Browse the repository at this point in the history
Mime renamed interfaces
  • Loading branch information
prolic committed Apr 29, 2012
2 parents 24d140d + ee1be5b commit 3a92e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Zend/Mail/Storage/MessageTest.php
Expand Up @@ -161,7 +161,7 @@ public function testSplitInvalidMessage()
{
try {
Mime\Decode::splitMessageStruct("--xxx\n", 'xxx');
} catch (\Zend\Mime\Exception $e) {
} catch (\Zend\Mime\Exception\ExceptionInterface $e) {
return; // ok
}

Expand Down Expand Up @@ -229,7 +229,7 @@ public function testSplitInvalidHeader()
$header = '';
try {
Mime\Decode::splitHeaderField($header);
} catch (\Zend\Mime\Exception $e) {
} catch (\Zend\Mime\Exception\ExceptionInterface $e) {
return; // ok
}

Expand Down

0 comments on commit 3a92e0f

Please sign in to comment.