mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
BUG Fix test case not elegantly failing on missing phockito
This commit is contained in:
parent
9629f0e0f5
commit
790afb211a
@ -137,6 +137,7 @@ class SolrVersionedTest_Index extends SolrIndex {
|
||||
}
|
||||
}
|
||||
|
||||
if (!class_exists('Phockito')) return;
|
||||
|
||||
class SolrDocumentMatcher extends Hamcrest_BaseMatcher {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user