summaryrefslogtreecommitdiff
path: root/test/test_phpcs_include_code.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-05-14 22:58:58 +0100
committerw0rp <devw0rp@gmail.com>2019-05-14 22:58:58 +0100
commit4234d39d87c6cdd37eb5f52af58c0454b23843ca (patch)
tree9717ba114b4c13ec2257ec5e5e4db423d779ff3f /test/test_phpcs_include_code.vader
parent381fe1badfe39283f28ca02e0b724e6d49ab23ff (diff)
downloadale-4234d39d87c6cdd37eb5f52af58c0454b23843ca.zip
Close #908 - Report phpcs problems as style problems
Diffstat (limited to 'test/test_phpcs_include_code.vader')
-rw-r--r--test/test_phpcs_include_code.vader7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/test_phpcs_include_code.vader b/test/test_phpcs_include_code.vader
deleted file mode 100644
index 1cff1916..00000000
--- a/test/test_phpcs_include_code.vader
+++ /dev/null
@@ -1,7 +0,0 @@
-Execute(errors should include code):
- AssertEqual
- \ [{'lnum': 18, 'col': 3, 'type': 'E', 'text': 'Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)'}],
- \ ale_linters#php#phpcs#Handle(bufnr(''), [
- \ '/path/to/some-filename.php:18:3: error - Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)',
- \ ])
-