diff options
author | Alexey Kreshchuk <akrsch@gmail.com> | 2021-01-08 17:24:06 +0300 |
---|---|---|
committer | Alexey Kreshchuk <akrsch@gmail.com> | 2021-02-02 17:34:59 +0300 |
commit | cc67bc0541761fb857ed58ed3c9adbf7ee1b1a9b (patch) | |
tree | a5c3c6c1b57de4d942c26995b090387f3b54723c /test/handler/test_php_phan_handler.vader | |
parent | 9b5c09047361f3ec2cf18afbb6d1e03047a59778 (diff) | |
download | ale-cc67bc0541761fb857ed58ed3c9adbf7ee1b1a9b.zip |
add filename to output
Diffstat (limited to 'test/handler/test_php_phan_handler.vader')
-rw-r--r-- | test/handler/test_php_phan_handler.vader | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/handler/test_php_phan_handler.vader b/test/handler/test_php_phan_handler.vader index 23747925..bbdae5dd 100644 --- a/test/handler/test_php_phan_handler.vader +++ b/test/handler/test_php_phan_handler.vader @@ -11,11 +11,13 @@ Execute(The php static analyzer handler should parse errors from phan): \ 'lnum': 25, \ 'type': 'W', \ 'text': 'Return type of getValidator is undeclared type \Respect\Validation\Validator', + \ 'filename': 'example.php', \ }, \ { \ 'lnum': 66, \ 'type': 'W', \ 'text': 'Call to method string from undeclared class \Respect\Validation\Validator', + \ 'filename': 'example.php', \ }, \ ], \ ale_linters#php#phan#Handle(347, [ |