We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4724c commit f320c0eCopy full SHA for f320c0e
lua/neotest-phpunit/init.lua
@@ -46,7 +46,7 @@ function NeotestAdapter.discover_positions(path)
46
]]
47
48
return lib.treesitter.parse_positions(path, query, {
49
- position_id = utils.make_test_id,
+ position_id = "require('neotest-phpunit.utils').make_test_id",
50
})
51
end
52
0 commit comments