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

Commit

Permalink
Merge remote-tracking branch 'prolic/mime-renamed-interfaces'
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Storage/MessageTest.php
Original file line number Diff line number Diff line change
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 2ec1dbc

Please sign in to comment.