summaryrefslogtreecommitdiff
path: root/test/test_php_handler.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-02-21 11:35:37 +0000
committerw0rp <devw0rp@gmail.com>2017-02-21 11:35:37 +0000
commit3c4af280f03aed86a5ff99fc7a66984ec322b5cf (patch)
tree15b59739b953ee092564fd7d4bacf8e814b94ef4 /test/test_php_handler.vader
parent3786322cf0413f6f7d57e26e21f10afcba574d5c (diff)
downloadale-3c4af280f03aed86a5ff99fc7a66984ec322b5cf.zip
Remove a flaky PHP handler
Diffstat (limited to 'test/test_php_handler.vader')
-rw-r--r--test/test_php_handler.vader16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/test_php_handler.vader b/test/test_php_handler.vader
index 537f24b5..14e4d60f 100644
--- a/test/test_php_handler.vader
+++ b/test/test_php_handler.vader
@@ -60,19 +60,3 @@ Execute(The php handler should parse lines correctly):
After:
call ale#linter#Reset()
-
-
-Given php(A function call with missing argument delimiters):
- <?php
- unset($foo $bar)
-
-Execute(The php handler should find columns correctly):
- call ale#Lint()
- call ale#engine#WaitForJobs(2000)
-
- AssertEqual
- \ [
- \ {'group': 'ALEError', 'pos1': [2, 12, 1]},
- \ {'group': 'ALEError', 'pos1': [2, 12, 1]}
- \ ],
- \ map(getmatches(), '{''group'': v:val.group, ''pos1'': v:val.pos1}')