aboutsummaryrefslogtreecommitdiff
path: root/phpcs.xml
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2020-04-17 20:13:01 +0200
committerVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2020-04-17 20:41:30 +0200
commitdc5613c15b1b414fefadd66912ebf8ff3a5eef9d (patch)
treee6d33db1816628c40244f3ddd7dadbb3017c1e8e /phpcs.xml
parentc272a5d2d8ae46a333dd955a1431e4d4b84201e4 (diff)
downloadwcms-dc5613c15b1b414fefadd66912ebf8ff3a5eef9d.tar.gz
wcms-dc5613c15b1b414fefadd66912ebf8ff3a5eef9d.zip
tests: fix setup of phpcsand phpunit
Diffstat (limited to 'phpcs.xml')
-rw-r--r--phpcs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpcs.xml b/phpcs.xml
index e25e4a4..74932eb 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -7,6 +7,7 @@
<!-- included files -->
<file>index.php</file>
<file>app</file>
+ <file>tests</file>
<exclude-pattern>app/view/templates/*\.php$</exclude-pattern>
<!-- Add some default command line args (see help) -->