testing-language-server 0.1.12

LSP server for testing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "kbwo/phpunit",
  "autoload": {
    "psr-4": {
      "App\\": "src/"
    }
  },
  "authors": [
    {
      "name": "kbwo",
      "email": "kabaaa1126@gmail.com"
    }
  ],
  "require-dev": {
    "phpunit/phpunit": "^11.3"
  }
}