BUG Fix test case not elegantly failing on missing phockito

This commit is contained in:
Damian Mooyman 2014-06-18 11:04:18 +12:00
parent 9629f0e0f5
commit 790afb211a

View File

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