diff options
author | w0rp <devw0rp@gmail.com> | 2017-02-21 11:35:37 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-02-21 11:35:37 +0000 |
commit | 3c4af280f03aed86a5ff99fc7a66984ec322b5cf (patch) | |
tree | 15b59739b953ee092564fd7d4bacf8e814b94ef4 /test/test_php_handler.vader | |
parent | 3786322cf0413f6f7d57e26e21f10afcba574d5c (diff) | |
download | ale-3c4af280f03aed86a5ff99fc7a66984ec322b5cf.zip |
Remove a flaky PHP handler
Diffstat (limited to 'test/test_php_handler.vader')
-rw-r--r-- | test/test_php_handler.vader | 16 |
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}') |