mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-30 08:04:31 +08:00
#3633 - Move linter tests into test/linter
This commit is contained in:
12
test/linter/test_phpmd.vader
Normal file
12
test/linter/test_phpmd.vader
Normal file
@@ -0,0 +1,12 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('php', 'phpmd')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(Custom executables should be used for the executable and command):
|
||||
let g:ale_php_phpmd_executable = 'phpmd_test'
|
||||
|
||||
AssertLinter 'phpmd_test',
|
||||
\ ale#Escape('phpmd_test')
|
||||
\ . ' %s text cleancode,codesize,controversial,design,naming,unusedcode --ignore-violations-on-exit %t'
|
||||
Reference in New Issue
Block a user