Merge pull request #50 from tractorcow/pulls/phockito-failover

BUG Fix test case not elegantly failing on missing phockito
This commit is contained in:
Sean Harvey 2014-08-21 17:22:23 +12:00
commit 2ba90f4239
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ class SolrVersionedTest_Index extends SolrIndex {
}
}
if (!class_exists('Phockito')) return;
class SolrDocumentMatcher extends Hamcrest_BaseMatcher {