summaryrefslogtreecommitdiff
path: root/test/test_phpcs_executable_detection.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_phpcs_executable_detection.vader')
-rw-r--r--test/test_phpcs_executable_detection.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_phpcs_executable_detection.vader b/test/test_phpcs_executable_detection.vader
index f51ba9f7..020bfac3 100644
--- a/test/test_phpcs_executable_detection.vader
+++ b/test/test_phpcs_executable_detection.vader
@@ -19,7 +19,7 @@ Execute(project with phpcs should use local by default):
call ale#test#SetFilename('phpcs-test-files/project-with-phpcs/foo/test.php')
AssertEqual
- \ ale#path#Winify(g:dir . '/phpcs-test-files/project-with-phpcs/vendor/bin/phpcs'),
+ \ ale#path#Simplify(g:dir . '/phpcs-test-files/project-with-phpcs/vendor/bin/phpcs'),
\ ale_linters#php#phpcs#GetExecutable(bufnr(''))
Execute(use-global should override local detection):