Skip to content

Commit

Permalink
Bump minimum version, catch Exceptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 14, 2013
1 parent 591ab42 commit 395fdc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/ActiveSync/package.xml
Expand Up @@ -338,7 +338,7 @@
<package>
<name>Horde_Mongo</name>
<channel>pear.horde.org</channel>
<min>1.0.2</min>
<min>1.1.0</min>
<max>2.0.0alpha1</max>
<exclude>2.0.0alpha1</exclude>
</package>
Expand Down
Expand Up @@ -225,7 +225,7 @@ public function setUp()
}
try {
$mongo = new Horde_Mongo_Client();
} catch (MongoConnectionException $e) {
} catch (Horde_Mongo_Exception $e) {
$this->markTestSkipped('Mongo connection failed.');
return;
}
Expand Down

0 comments on commit 395fdc4

Please sign in to comment.