Skip to content

Commit bbd79d9

Browse files
committed
chore: tweak ts query
1 parent 360ec0d commit bbd79d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/neotest-phpunit/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ function NeotestAdapter.discover_positions(path)
120120
)
121121
)
122122
(
123-
(visibility_modifier) @test.definition
123+
(visibility_modifier)
124124
(name) @test.name
125-
)
125+
) @test.definition
126126
))
127127
128128
((method_declaration

0 commit comments

Comments
 (0)