summaryrefslogtreecommitdiff
path: root/src/__phutil_library_map__.php
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-23 14:22:38 +0300
committerGitHub <noreply@github.com>2026-05-23 14:22:38 +0300
commitc75bb17724896fb0eff97fcefce01c3a2ce9d049 (patch)
treeded9334a63052323a074c3531273ee1c667f8855 /src/__phutil_library_map__.php
parent830ea6cff237235f3b0f21c58d54f062656eee45 (diff)
parented0dee0333acf8a1c79845bba6455506c8210bad (diff)
downloadphorge-elasticsearch-modern-c75bb17724896fb0eff97fcefce01c3a2ce9d049.tar.gz
phorge-elasticsearch-modern-c75bb17724896fb0eff97fcefce01c3a2ce9d049.zip
Merge pull request #4 from vyos/task/e1-setversion
E1: Add setVersion() with strict validation
Diffstat (limited to 'src/__phutil_library_map__.php')
-rw-r--r--src/__phutil_library_map__.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
index 298810e..291fb03 100644
--- a/src/__phutil_library_map__.php
+++ b/src/__phutil_library_map__.php
@@ -10,12 +10,16 @@ phutil_register_library_map(array(
'__library_version__' => 2,
'class' => array(
'VyOSElasticModernFulltextStorageEngine' => 'engine/VyOSElasticModernFulltextStorageEngine.php',
+ 'VyOSElasticModernFulltextStorageEngineTestCase' => '__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php',
+ 'VyOSElasticModernFulltextStorageEngineTestDouble' => '__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php',
'VyOSElasticModernHost' => 'host/VyOSElasticModernHost.php',
'VyOSElasticModernHostTestCase' => '__tests__/VyOSElasticModernHostTestCase.php',
),
'function' => array(),
'xmap' => array(
'VyOSElasticModernFulltextStorageEngine' => 'PhabricatorFulltextStorageEngine',
+ 'VyOSElasticModernFulltextStorageEngineTestCase' => 'PhutilTestCase',
+ 'VyOSElasticModernFulltextStorageEngineTestDouble' => 'VyOSElasticModernFulltextStorageEngine',
'VyOSElasticModernHost' => 'PhabricatorSearchHost',
'VyOSElasticModernHostTestCase' => 'PhutilTestCase',
),