From b28acb68fdd81880a5eed2d8c38b72d091532d87 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Fri, 5 May 2017 09:14:49 -0400 Subject: [PATCH] Do not require docblocks for PHPUnit tests http://stackoverflow.com/a/20744355/106302 --- phpcs.ruleset.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpcs.ruleset.xml b/phpcs.ruleset.xml index 75ef3a0a5423a..83f15faffd4e7 100644 --- a/phpcs.ruleset.xml +++ b/phpcs.ruleset.xml @@ -4,4 +4,9 @@ + + + + phpunit/* +