aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/php/variables.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights/php/variables.php')
-rw-r--r--tests/query/highlights/php/variables.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/query/highlights/php/variables.php b/tests/query/highlights/php/variables.php
index f6477e131..7d6c6241e 100644
--- a/tests/query/highlights/php/variables.php
+++ b/tests/query/highlights/php/variables.php
@@ -23,5 +23,8 @@ class A {
// ^^^ @variable.member
$this->foo(a: 5);
// ^ @variable.parameter
+ A::$foo::$bar;
+// ^^^ @variable.member
+// ^^^ @variable.member
}
}