diff options
Diffstat (limited to 'src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php')
| -rw-r--r-- | src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php b/src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php index 0362f95..7e20fdc 100644 --- a/src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php +++ b/src/__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php @@ -1,9 +1,9 @@ <?php /** - * Minimal concrete subclass for unit-testing the abstract engine. - * Only the abstract stubs from PhabricatorFulltextStorageEngine are - * satisfied here; no real Elasticsearch I/O occurs in tests. + * Test-double subclass of the concrete engine used by unit tests. + * Overrides host-dependent methods so tests run without a real + * PhabricatorSearchService; no actual Elasticsearch I/O occurs. */ final class VyOSElasticModernFulltextStorageEngineTestDouble extends VyOSElasticModernFulltextStorageEngine { |
