Remove a flaky PHP handler

This commit is contained in:
w0rp 2017-02-21 11:35:37 +00:00
parent 3786322cf0
commit 3c4af280f0
1 changed files with 0 additions and 16 deletions

View File

@ -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}')