mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 22:14:44 +08:00
#3633 - Put all dummy test files in test/test-files
This commit is contained in:
@@ -9,22 +9,22 @@ Execute(The default executable path should be correct):
|
||||
\ 'php ' . ale#Escape('php-language-server.php')
|
||||
|
||||
Execute(Vendor executables should be detected):
|
||||
call ale#test#SetFilename('php-langserver-project/test.php')
|
||||
call ale#test#SetFilename('../test-files/php/test.php')
|
||||
|
||||
AssertLinter
|
||||
\ ale#path#Simplify(g:dir . '/php-langserver-project/vendor/bin/php-language-server.php'),
|
||||
\ ale#path#Simplify(g:dir . '/../test-files/php/vendor/bin/php-language-server.php'),
|
||||
\ 'php ' . ale#Escape(ale#path#Simplify(
|
||||
\ g:dir
|
||||
\ . '/php-langserver-project/vendor/bin/php-language-server.php'
|
||||
\ . '/../test-files/php/vendor/bin/php-language-server.php'
|
||||
\ ))
|
||||
|
||||
Execute(The project path should be correct for .git directories):
|
||||
call ale#test#SetFilename('php-langserver-project/with-git/test.php')
|
||||
silent! call mkdir('php-langserver-project/with-git/.git')
|
||||
call ale#test#SetFilename('../test-files/php/with-git/test.php')
|
||||
silent! call mkdir('../test-files/php/with-git/.git')
|
||||
|
||||
AssertLSPProject ale#path#Simplify(g:dir . '/php-langserver-project/with-git')
|
||||
AssertLSPProject ale#path#Simplify(g:dir . '/../test-files/php/with-git')
|
||||
|
||||
Execute(The project path should be correct for composer.json file):
|
||||
call ale#test#SetFilename('php-langserver-project/with-composer/test.php')
|
||||
call ale#test#SetFilename('../test-files/php/with-composer/test.php')
|
||||
|
||||
AssertLSPProject ale#path#Simplify(g:dir . '/php-langserver-project/with-composer')
|
||||
AssertLSPProject ale#path#Simplify(g:dir . '/../test-files/php/with-composer')
|
||||
|
||||
Reference in New Issue
Block a user