Add PHPUnit
parent
4d2b223a96
commit
770a7aa90d
|
@ -35,5 +35,13 @@
|
|||
"psr-4": {
|
||||
"LanguageServer\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"LanguageServer\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue