From 350850c07af18ca7a56c75966f62740a6fc09e51 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Tue, 1 Nov 2022 22:24:55 +0100 Subject: [PATCH] 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 e254ac4..2d1e37d 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))))