Added a phpcs exclusion to legacy unit tests

This commit is contained in:
Christopher Allford 2020-04-30 12:43:22 -07:00
parent 98b6b973e8
commit 857b2231f7
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<!-- Exclude paths -->
<exclude-pattern>tests/cli/</exclude-pattern>
<exclude-pattern>tests/legacy/</exclude-pattern>
<exclude-pattern>includes/libraries/</exclude-pattern>
<exclude-pattern>includes/legacy/</exclude-pattern>
<exclude-pattern>includes/api/legacy/</exclude-pattern>