mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 12:05:29 +00:00
Merge pull request #50 from tractorcow/pulls/phockito-failover
BUG Fix test case not elegantly failing on missing phockito
This commit is contained in:
commit
2ba90f4239
@ -137,6 +137,7 @@ class SolrVersionedTest_Index extends SolrIndex {
|
||||
}
|
||||
}
|
||||
|
||||
if (!class_exists('Phockito')) return;
|
||||
|
||||
class SolrDocumentMatcher extends Hamcrest_BaseMatcher {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user