summaryrefslogtreecommitdiff
path: root/test/command_callback/test_php_langserver_callbacks.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2021-03-20 22:11:22 +0000
committerw0rp <devw0rp@gmail.com>2021-03-20 22:11:42 +0000
commitb1d833417bcb57e265e0d01df07b28f463529d4b (patch)
tree11421aeca89127b0cc9417f8ff4cb0d725199f49 /test/command_callback/test_php_langserver_callbacks.vader
parent3838ae118d8f05fa1b1be7952a1c8aa3055d6728 (diff)
downloadale-b1d833417bcb57e265e0d01df07b28f463529d4b.zip
#3633 - Put all dummy test files in test/test-files
Diffstat (limited to 'test/command_callback/test_php_langserver_callbacks.vader')
-rw-r--r--test/command_callback/test_php_langserver_callbacks.vader16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/command_callback/test_php_langserver_callbacks.vader b/test/command_callback/test_php_langserver_callbacks.vader
index 59c3fe6c..7fe20b82 100644
--- a/test/command_callback/test_php_langserver_callbacks.vader
+++ b/test/command_callback/test_php_langserver_callbacks.vader
@@ -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')