Skip to content

Commit

Permalink
This test is not available without bcmath
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 13, 2015
1 parent a09c907 commit 46d269e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/Compress/test/Horde/Compress/TnefTest.php
Expand Up @@ -27,6 +27,8 @@ public function testvNote()
$data = base64_decode(file_get_contents(__DIR__ . '/fixtures/tnef_vnote'));
try {
$tnef_data = $tnef->decompress($data);
} catch (Horde_Mapi_Exception $e) {
$this->markTestSkipped('Horde_Mapi is not available');
} catch (Horde_Compress_Exception $e) {
var_dump($e);
}
Expand Down

0 comments on commit 46d269e

Please sign in to comment.