branch: externals/phpinspect
commit 350850c07af18ca7a56c75966f62740a6fc09e51
Author: Hugo Thunnissen <de...@hugot.nl>
Commit: Hugo Thunnissen <de...@hugot.nl>

    Fix phpinspect-index-static-methods test
---
 test/test-index.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test-index.el b/test/test-index.el
index e254ac4c8f..2d1e37d288 100644
--- a/test/test-index.el
+++ b/test/test-index.el
@@ -62,7 +62,7 @@
               (constants)
               (extends)
               (implements)
-              (used-types)))
+              (used-types . (,(phpinspect-intern-name "array")))))
             (used-types)
             (functions))))
     (should (equal expected-index index))))

Reply via email to